fix contract

This commit is contained in:
Robby Findler 2013-04-23 10:44:05 -05:00
parent dc19b8f4e2
commit e689e8bd13

View File

@ -16,4 +16,4 @@
(make-directory dir)))))
(provide/contract
[make-directory*/ignore-exists-exn (path-string? . -> . void)])
[make-directory*/ignore-exists-exn (path-string? . -> . void?)])