examples typo
svn: r11365
This commit is contained in:
parent
a8ce7f6fe3
commit
c4415e07c1
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user