mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Fix typo in docs
This commit is contained in:
parent
4e4940e21e
commit
86eaf53600
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ impl<T> IdxRange<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 a new issue