Skip to content

Commit 8ff82de

Browse files
remove redundancy
1 parent 45750f2 commit 8ff82de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/patterns.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
>
77
> _PatternNoTopAlt_ :\
88
>       _PatternWithoutRange_\
9-
>    | [_RangePattern_]\
10-
>    | `(` _Pattern_ `)`
9+
>    | [_RangePattern_]
1110
>
1211
> _PatternWithoutRange_ :\
1312
>       [_LiteralPattern_]\

0 commit comments

Comments
 (0)