Skip to content

Commit

Permalink
fixup! fixup! Fix minor documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrutar committed Nov 8, 2024
1 parent c6b5146 commit 001efdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl<T> Injector<T> {
/// # Safety
///
/// Item at `index` must be initialized. That means you must have observed
/// `push` returning this value or `get` retunring `Some` for this value.
/// `push` returning this value or `get` returning `Some` for this value.
/// Just because a later index is initialized doesn't mean that this index
/// is initialized
pub unsafe fn get_unchecked(&self, index: u32) -> Item<'_, T> {
Expand Down

0 comments on commit 001efdc

Please sign in to comment.