From fe5f661d159c788c404191cf71bc4abf64dc6244 Mon Sep 17 00:00:00 2001 From: Autumn! Date: Thu, 8 Sep 2022 13:21:17 +0100 Subject: [PATCH] Removed unnecessary backslashes from documentation --- src/boot/boot.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index ad869e00..c52880a4 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -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 `(@ )`,