We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a66dc8a + 9f70096 commit 451d6ecCopy full SHA for 451d6ec
src/libcore/ops/range.rs
@@ -304,7 +304,7 @@ impl<Idx: PartialOrd<Idx>> RangeTo<Idx> {
304
}
305
306
307
-/// An range bounded inclusively below and above (`start..=end`).
+/// A range bounded inclusively below and above (`start..=end`).
308
///
309
/// The `RangeInclusive` `start..=end` contains all values with `x >= start`
310
/// and `x <= end`. It is empty unless `start <= end`.
0 commit comments