fix problems in unbox doc (nested @scheme and shadowed box)
svn: r10740
This commit is contained in:
parent
bdb4f18b21
commit
5860cb892a
|
@ -150,8 +150,10 @@ Returns a new immutable box that contains @scheme[v].}
|
|||
|
||||
@defproc[(unbox [box box?]) any/c]{
|
||||
|
||||
Returns the content of @scheme[box]. For any @scheme[v],
|
||||
@scheme[(unbox (box @scheme[v]))] returns @scheme[v].}
|
||||
Returns the content of @scheme[box].}
|
||||
|
||||
|
||||
For any @scheme[v], @scheme[(unbox (box v))] returns @scheme[v].
|
||||
|
||||
|
||||
@defproc[(set-box! [box (and/c box? (not/c immutable?))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user