Fix typo in docs
This commit is contained in:
parent
4e4940e21e
commit
86eaf53600
@ -168,7 +168,7 @@ pub fn start(&self) -> Idx<T> {
|
||||
Idx::from_raw(RawIdx::from(self.range.start))
|
||||
}
|
||||
|
||||
/// Returns the start of the index range.
|
||||
/// Returns the end of the index range.
|
||||
pub fn end(&self) -> Idx<T> {
|
||||
Idx::from_raw(RawIdx::from(self.range.end))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user