Skip to content

Commit 5d995b0

Browse files
chorman0773ehuss
authored andcommitted
Fix duplicate pattern.wildcard
1 parent de38b1b commit 5d995b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ let Person { name, ref age } = person;
376376

377377
r[pattern.wildcard]
378378

379-
r[pattern.wildcard]
379+
r[pattern.wildcard.syntax]
380380
> **<sup>Syntax</sup>**\
381381
> _WildcardPattern_ :\
382382
> &nbsp;&nbsp; `_`

0 commit comments

Comments
 (0)