svn: r13379
This commit is contained in:
Jon Rafkind 2009-02-03 17:25:46 +00:00
parent dce1ab92b5
commit 516ebbbc4c

View File

@ -299,7 +299,7 @@ Creates a new structure type property and returns three values:
the property, @scheme[#f] otherwise;} the property, @scheme[#f] otherwise;}
@item{an @deftech{property accessor} procedure, which returns the @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 one of its instances; if the structure type does not have a
value for the property, or if any other kind of value is value for the property, or if any other kind of value is
provided, the @exnraise[exn:fail:contract].} provided, the @exnraise[exn:fail:contract].}