We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5642af8 + 7ab184c commit d4f5babCopy full SHA for d4f5bab
src/patterns.md
@@ -282,7 +282,7 @@ it is dereferenced and this process repeats.
282
> _WildcardPattern_ :\
283
> `_`
284
285
-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
286
matter. Inside other patterns it matches a single data field (as opposed to the `..`
287
which matches the remaining fields). Unlike identifier patterns, it does not copy, move
288
or borrow the value it matches.
0 commit comments