We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f62af5 + 5a131c4 commit 50996b8Copy full SHA for 50996b8
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