fix doc example
Closes PR 12768
This commit is contained in:
parent
0278b9e0af
commit
45659b0cc1
|
@ -61,7 +61,7 @@ In more detail, patterns match as follows:
|
||||||
(match '(1 2 3)
|
(match '(1 2 3)
|
||||||
[(list a b a) (list a b)]
|
[(list a b a) (list a b)]
|
||||||
[(list a b c) (list c b a)])
|
[(list a b c) (list c b a)])
|
||||||
(match '(1 '(x y z) 1)
|
(match '(1 (x y z) 1)
|
||||||
[(list a b a) (list a b)]
|
[(list a b a) (list a b)]
|
||||||
[(list a b c) (list c b a)])
|
[(list a b c) (list c b a)])
|
||||||
]}
|
]}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user