correct docs

This commit is contained in:
Robby Findler 2015-12-14 06:58:49 -06:00
parent 83a7c7b8f1
commit 6e97d0bc9d

View File

@ -107,7 +107,8 @@ contains only alpha-numeric ASCII characters, @litchar{.},
@defproc[(string->lib-path [str string?] [gui? any/c])
(cons/c 'lib (listof string?))]{
(or/c (cons/c 'lib (listof string?))
#f)]{
Returns a quoted module path for @racket[str] for either
@racket[editor<%>] mode when @racket[gui?] is true, or