Fix typo in docs

This commit is contained in:
oxalica 2023-05-06 21:27:35 +08:00
parent 4e4940e21e
commit 86eaf53600

View File

@ -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))
}