correct docs
This commit is contained in:
parent
83a7c7b8f1
commit
6e97d0bc9d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user