mirror of
https://github.com/janet-lang/janet
synced 2025-02-02 10:19:10 +00:00
Removed unnecessary backslashes from documentation
This commit is contained in:
parent
ff26e3a8ba
commit
fe5f661d15
@ -1749,7 +1749,7 @@
|
|||||||
* tuple -- a tuple pattern will match if its first element matches, and the
|
* tuple -- a tuple pattern will match if its first element matches, and the
|
||||||
following elements are treated as predicates and are true.
|
following elements are treated as predicates and are true.
|
||||||
|
|
||||||
* `\_` symbol -- the last special case is the `\_` symbol, which is a wildcard
|
* `_` symbol -- the last special case is the `_` symbol, which is a wildcard
|
||||||
that will match any value without creating a binding.
|
that will match any value without creating a binding.
|
||||||
|
|
||||||
While a symbol pattern will ordinarily match any value, the pattern `(@ <sym>)`,
|
While a symbol pattern will ordinarily match any value, the pattern `(@ <sym>)`,
|
||||||
|
Loading…
Reference in New Issue
Block a user