doc correction for chaperone-of?

This commit is contained in:
Matthew Flatt 2017-07-23 07:46:34 -06:00
parent c54e671a14
commit d1fa65ac92

View File

@ -131,8 +131,8 @@ chaperones to @racket[v2].
For values that include no chaperones, @racket[v1] and @racket[v2] can For values that include no chaperones, @racket[v1] and @racket[v2] can
be considered chaperones of each other if they are @racket[equal?], be considered chaperones of each other if they are @racket[equal?],
except that the mutability of vectors and boxes with @racket[v1] and except that mutable vectors, boxes, strings, byte strings, and mutable
@racket[v2] must be the same. structures within @racket[v1] and @racket[v2] must be @racket[eq?].
Otherwise, chaperones within @racket[v2] must be intact within Otherwise, chaperones within @racket[v2] must be intact within
@racket[v1] analogous to way that @racket[impersonator-of?] requires @racket[v1] analogous to way that @racket[impersonator-of?] requires