fix typo in advanced define-struct docs

svn: r11168
This commit is contained in:
Matthew Flatt 2008-08-09 12:05:59 +00:00
parent cb777014b0
commit 88ed3843da

View File

@ -116,10 +116,6 @@ additional set of operations:
@itemize{
@item{@schemeidfont{make-}@scheme[structid] : takes a number of
arguments equal to the number of fields in the structure type,
and creates a new instance of the structure type.}
@item{@schemeidfont{set-}@scheme[structid]@schemeidfont{-}@scheme[fieldid]@schemeidfont{!}
: takes an instance of the structure and a value, and changes
the instance's field to the given value.}