examples typo

svn: r11365
This commit is contained in:
Eli Barzilay 2008-08-21 12:49:52 +00:00
parent a8ce7f6fe3
commit c4415e07c1

View File

@ -360,7 +360,7 @@ A @scheme[_struct-option] always starts with a keyword:
that sets the value of the corresponding field in an instance of that sets the value of the corresponding field in an instance of
the structure type. the structure type.
@defexamples[(define-struct dot (x y) #:mutable)] @defexamples[(define-struct dot (x y) #:mutable)
(define d (make-dot 1 2)) (define d (make-dot 1 2))
(dot-x d) (dot-x d)
(set-dot-x! d 10) (set-dot-x! d 10)