Skip to content

Commit

Permalink
Fix typo in rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
metaproph3t committed May 31, 2023
1 parent 3da9228 commit 3462737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_allocator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ impl<
i
}

/// Removes the node at index `i` from the alloctor and adds the index to the free list
/// Removes the node at index `i` from the allocator and adds the index to the free list
/// When deleting nodes, you MUST clear all registers prior to calling `remove_node`
pub fn remove_node(&mut self, i: u32) -> Option<&T> {
if i == SENTINEL {
Expand Down

0 comments on commit 3462737

Please sign in to comment.