We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac1ad0 commit 43c4bacCopy full SHA for 43c4bac
src/patterns.md
@@ -516,11 +516,9 @@ r[patterns.range.intro]
516
*Range patterns* match scalar values within the range defined by their bounds.
517
They comprise a *sigil* (`..` or `..=`) and a bound on one or both sides.
518
519
-r[patterns.range.lower-bound]
520
-A bound on the left of the sigil is a *lower bound*.
+A bound on the left of the sigil is called a *lower bound*.
+A bound on the right is called an *upper bound*.
521
522
-r[patterns.range.upper-bound]
523
-A bound on the right is an *upper bound*.
524
525
r[patterns.range.closed]
526
A range pattern with both a lower and upper bound will match all values between and including both of its bounds.
0 commit comments