Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 86eaf53

Browse files
committed
Fix typo in docs
1 parent 4e4940e commit 86eaf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/la-arena/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl<T> IdxRange<T> {
168168
Idx::from_raw(RawIdx::from(self.range.start))
169169
}
170170

171-
/// Returns the start of the index range.
171+
/// Returns the end of the index range.
172172
pub fn end(&self) -> Idx<T> {
173173
Idx::from_raw(RawIdx::from(self.range.end))
174174
}

0 commit comments

Comments
 (0)