You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/patterns.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -533,7 +533,7 @@ minimum to maximum value. The range of values for a `char` type are precisely th
533
533
ranges containing all Unicode Scalar Values: `'\u{0000}'..='\u{D7FF}'` and
534
534
`'\u{E000}'..='\u{10FFFF}'`.
535
535
536
-
> **Edition Differences**: Before the 2021 edition, closed range patterns may be written using `...`in place of`..=`, with the same meaning.
536
+
> **Edition Differences**: Before the 2021 edition, closed range patterns may also be written using `...`as an alternative to`..=`, with the same meaning.
0 commit comments