Skip to content

Commit d44f8eb

Browse files
authored
Merge pull request #2234 from tshepang/patch-6
improve readability
2 parents 7aa3583 + 51bec23 commit d44f8eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ r[patterns.wildcard.intro]
365365
The _wildcard pattern_ (an underscore symbol) matches any value. It is used to ignore values when they don't matter.
366366

367367
r[patterns.wildcard.struct-matcher]
368-
Inside other patterns it matches a single data field (as opposed to the `..` which matches the remaining fields).
368+
Inside other patterns, it matches a single data field (as opposed to the `..`, which matches the remaining fields).
369369

370370
r[patterns.wildcard.no-binding]
371371
Unlike identifier patterns, it does not copy, move or borrow the value it matches.

0 commit comments

Comments
 (0)