(sure would be nice if this were a syntax error)
This commit is contained in:
Robby Findler 2013-11-01 15:15:44 -05:00
parent d35a536eef
commit 78b41a6677

View File

@ -3,7 +3,7 @@
@title[#:tag "procedures"]{Procedures}
@defproc[(procedure? [v any/c]) boolean]{ Returns @racket[#t] if
@defproc[(procedure? [v any/c]) boolean?]{ Returns @racket[#t] if
@racket[v] is a procedure, @racket[#f] otherwise.}