Skip to content

Commit a5f4253

Browse files
committed
Fix duplicate pattern.wildcard
1 parent de598eb commit a5f4253

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
@@ -354,7 +354,7 @@ let Person { name, ref age } = person;
354354

355355
r[pattern.wildcard]
356356

357-
r[pattern.wildcard]
357+
r[pattern.wildcard.syntax]
358358
> **<sup>Syntax</sup>**\
359359
> _WildcardPattern_ :\
360360
> &nbsp;&nbsp; `_`

0 commit comments

Comments
 (0)