From 5f740ffcac47008e5c5524fcf3d5f417c954d697 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Tue, 16 May 2017 11:02:07 -0500 Subject: [PATCH] Fix typesetting of inpersonator-of docs. --- pkgs/racket-doc/scribblings/reference/chaperones.scrbl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/chaperones.scrbl b/pkgs/racket-doc/scribblings/reference/chaperones.scrbl index 7765a97873..71109f75a7 100644 --- a/pkgs/racket-doc/scribblings/reference/chaperones.scrbl +++ b/pkgs/racket-doc/scribblings/reference/chaperones.scrbl @@ -100,10 +100,10 @@ If at least one of @racket[v1] or @racket[v2] is an impersonator: @item{When @racket[v2] is an impersonator constructed with at least one non-@racket[#f] interposition procedure, but @racket[v1] is not an impersonator then @racket[(impersonator-of? v1 v2)] is @racket[#f].}]} -Otherwise, if neither @racket[v1] or @racket[v2] is an impersonator, but either -of them contains an impersonator as a subpart (e.g., @racket[v1] is a list with -an impersonator as one of its elements), then @racket[(impersonator-of? v1 v2)] -proceeds by comparing @racket[v1] and @racket[v2] recursively (as with +Otherwise, if neither @racket[_v1] or @racket[_v2] is an impersonator, but either +of them contains an impersonator as a subpart (e.g., @racket[_v1] is a list with +an impersonator as one of its elements), then @racket[(impersonator-of? _v1 _v2)] +proceeds by comparing @racket[_v1] and @racket[_v2] recursively (as with @racket[equal?]), returning true if all subparts are @racket[impersonator-of?]. @examples[