Merge pull request #1022 from autumnull/master

Removed unnecessary backslashes from documentation
This commit is contained in:
Calvin Rose 2022-09-08 08:52:55 -05:00 committed by GitHub
commit 64ad0023bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1749,7 +1749,7 @@
* tuple -- a tuple pattern will match if its first element matches, and the
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.
While a symbol pattern will ordinarily match any value, the pattern `(@ <sym>)`,