Skip to content

Commit 0e6e0ac

Browse files
committed
Fix duplicate pattern.wildcard
1 parent a3e6820 commit 0e6e0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ let Person { name, ref age } = person;
359359

360360
r[pattern.wildcard]
361361

362-
r[pattern.wildcard]
362+
r[pattern.wildcard.syntax]
363363
> **<sup>Syntax</sup>**\
364364
> _WildcardPattern_ :\
365365
> &nbsp;&nbsp; `_`

0 commit comments

Comments
 (0)