From 23d2e5cf839a1402e17f94d83025832138e08946 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 6 May 2013 14:54:26 -0500 Subject: [PATCH] another edito closes PR 13734 --- collects/scribblings/reference/contracts.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/contracts.scrbl b/collects/scribblings/reference/contracts.scrbl index c3a4e5b6e6..f9290407e7 100644 --- a/collects/scribblings/reference/contracts.scrbl +++ b/collects/scribblings/reference/contracts.scrbl @@ -441,7 +441,7 @@ contract is not a flat contract). If this is not the case, and the contract is always flat then the field must be annotated with the @racket[#:flat], or the field must be annotated with -@racket[#:chaperone] (in which case, it must be a mutable field). +@racket[#:impersonator] (in which case, it must be a mutable field). A @racket[field-name] is either an identifier naming a field in the first case, an identifier naming a selector in the second case indicated