Skip to content

Commit 50996b8

Browse files
Merge pull request #865 from Pand9/patch-1
patterns.md - add word "underscore" to _ paragraph
2 parents 0f62af5 + 5a131c4 commit 50996b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ it is dereferenced and this process repeats.
282282
> _WildcardPattern_ :\
283283
>    `_`
284284
285-
The _wildcard pattern_ matches any value. It is used to ignore values when they don't
285+
The _wildcard pattern_ (an underscore symbol) matches any value. It is used to ignore values when they don't
286286
matter. Inside other patterns it matches a single data field (as opposed to the `..`
287287
which matches the remaining fields). Unlike identifier patterns, it does not copy, move
288288
or borrow the value it matches.

0 commit comments

Comments
 (0)