mirror of
https://github.com/janet-lang/janet
synced 2024-11-18 22:54:49 +00:00
Tweak match docstring
This commit is contained in:
parent
cddc2a8280
commit
1326ded048
@ -1676,8 +1676,8 @@
|
||||
* symbol -- a pattern that is a symbol will match anything, binding `x`'s
|
||||
value to that symbol.
|
||||
|
||||
* array -- an array will match only if all of its elements match the
|
||||
corresponding elements in `x`.
|
||||
* array or bracket tuple -- an array or bracket tuple will match only if
|
||||
all of its elements match the corresponding elements in `x`.
|
||||
|
||||
* table or struct -- a table or struct will match if all values match with
|
||||
the corresponding values in `x`.
|
||||
|
Loading…
Reference in New Issue
Block a user