Skip to content

Commit 36397c6

Browse files
authored
Merge pull request #2233 from tshepang/patch-5
oxford comma
2 parents d44f8eb + b65b775 commit 36397c6

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
@@ -368,7 +368,7 @@ r[patterns.wildcard.struct-matcher]
368368
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]
371-
Unlike identifier patterns, it does not copy, move or borrow the value it matches.
371+
Unlike identifier patterns, it does not copy, move, or borrow the value it matches.
372372

373373
Examples:
374374

0 commit comments

Comments
 (0)