From d1fa65ac926df588cf2e79c39fb37d11b7b51f3c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 23 Jul 2017 07:46:34 -0600 Subject: [PATCH] doc correction for `chaperone-of?` --- pkgs/racket-doc/scribblings/reference/chaperones.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/chaperones.scrbl b/pkgs/racket-doc/scribblings/reference/chaperones.scrbl index 71109f75a7..4bf9cadde9 100644 --- a/pkgs/racket-doc/scribblings/reference/chaperones.scrbl +++ b/pkgs/racket-doc/scribblings/reference/chaperones.scrbl @@ -131,8 +131,8 @@ chaperones to @racket[v2]. For values that include no chaperones, @racket[v1] and @racket[v2] can be considered chaperones of each other if they are @racket[equal?], -except that the mutability of vectors and boxes with @racket[v1] and -@racket[v2] must be the same. +except that mutable vectors, boxes, strings, byte strings, and mutable +structures within @racket[v1] and @racket[v2] must be @racket[eq?]. Otherwise, chaperones within @racket[v2] must be intact within @racket[v1] analogous to way that @racket[impersonator-of?] requires