Skip to content

Commit da75d92

Browse files
add spacing in src/patterns.md
Co-authored-by: Eric Huss <[email protected]>
1 parent 51fab18 commit da75d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/patterns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ match tuple {
401401

402402
> **<sup>Syntax</sup>**\
403403
> _RangePattern_ :\
404-
> &nbsp;&nbsp; _RangePatternBound_ `..=` _RangePatternBound_
405-
> &nbsp;&nbsp; _RangePatternBound_ `..`
404+
> &nbsp;&nbsp; &nbsp;&nbsp; _RangePatternBound_ `..=` _RangePatternBound_\
405+
> &nbsp;&nbsp; | _RangePatternBound_ `..`
406406
>
407407
> _ObsoleteRangePattern_ :\
408408
> &nbsp;&nbsp; _RangePatternBound_ `...` _RangePatternBound_

0 commit comments

Comments
 (0)