Skip to content

Commit

Permalink
Merge pull request #865 from Pand9/patch-1
Browse files Browse the repository at this point in the history
patterns.md - add word "underscore" to _ paragraph
  • Loading branch information
ehuss authored Jul 31, 2020
2 parents 5642af8 + 7ab184c commit d4f5bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ it is dereferenced and this process repeats.
> _WildcardPattern_ :\
>    `_`
The _wildcard pattern_ matches any value. It is used to ignore values when they don't
The _wildcard pattern_ (an underscore symbol) matches any value. It is used to ignore values when they don't
matter. Inside other patterns it matches a single data field (as opposed to the `..`
which matches the remaining fields). Unlike identifier patterns, it does not copy, move
or borrow the value it matches.
Expand Down

0 comments on commit d4f5bab

Please sign in to comment.