From 516ebbbc4c29df45c686a4030fc66f8944e7588c Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Tue, 3 Feb 2009 17:25:46 +0000 Subject: [PATCH] typo svn: r13379 --- collects/scribblings/reference/struct.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/struct.scrbl b/collects/scribblings/reference/struct.scrbl index 28ddda6df5..65da253f7c 100644 --- a/collects/scribblings/reference/struct.scrbl +++ b/collects/scribblings/reference/struct.scrbl @@ -299,7 +299,7 @@ Creates a new structure type property and returns three values: the property, @scheme[#f] otherwise;} @item{an @deftech{property accessor} procedure, which returns the - value associated with structure type given its descriptor or + value associated with the structure type given its descriptor or one of its instances; if the structure type does not have a value for the property, or if any other kind of value is provided, the @exnraise[exn:fail:contract].}