We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aa3583 + 51bec23 commit d44f8ebCopy full SHA for d44f8eb
1 file changed
src/patterns.md
@@ -365,7 +365,7 @@ r[patterns.wildcard.intro]
365
The _wildcard pattern_ (an underscore symbol) matches any value. It is used to ignore values when they don't matter.
366
367
r[patterns.wildcard.struct-matcher]
368
-Inside other patterns it matches a single data field (as opposed to the `..` which matches the remaining fields).
+Inside other patterns, it matches a single data field (as opposed to the `..`, which matches the remaining fields).
369
370
r[patterns.wildcard.no-binding]
371
Unlike identifier patterns, it does not copy, move or borrow the value it matches.
0 commit comments