fix doc typo

svn: r17673
This commit is contained in:
Matthew Flatt 2010-01-16 14:23:16 +00:00
parent 8a190a4ab4
commit 2dcfe69763

View File

@ -81,8 +81,8 @@ future.}
@defproc[(cast [v any/c][from-type ctype?][to-type ctype?]) any/c]{
Converts @scheme[v] from a value matching @scheme[from-type] to a
value matching @scheme[to-type], where @scheme[(ctype-size from-type)]
matches @scheme[(ctype-size to-type)].
value matching @scheme[to-type], where @scheme[(ctype-sizeof from-type)]
matches @scheme[(ctype-sizeof to-type)].
The conversion is equivalent to