error docs fixed

svn: r17455
This commit is contained in:
Matthias Felleisen 2009-12-31 19:08:19 +00:00
parent ddf8a2e264
commit 560234138c

View File

@ -468,7 +468,7 @@
("Misc"
(identity (any -> any)
"to return the argument unchanged")
((beginner-error error) (string -> void) "to signal an error")
((beginner-error error) (any ... -> void) "to signal an error, turning the given values into an error message ")
((beginner-struct? struct?) (any -> boolean)
"to determine whether some value is a structure")
((beginner-equal? equal?) (any any -> boolean)