Fix a typo in the documentation of RangeInclusive
This commit is contained in:
parent
12a88a6b09
commit
9f7009628f
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ impl<Idx: PartialOrd<Idx>> RangeTo<Idx> {
|
|||
}
|
||||
}
|
||||
|
||||
/// An range bounded inclusively below and above (`start..=end`).
|
||||
/// A range bounded inclusively below and above (`start..=end`).
|
||||
///
|
||||
/// The `RangeInclusive` `start..=end` contains all values with `x >= start`
|
||||
/// and `x <= end`. It is empty unless `start <= end`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue