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.
1 parent 12a88a6 commit 9f70096Copy full SHA for 9f70096
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