Skip to content

Commit

Permalink
docs: fix typo (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha authored Sep 9, 2024
1 parent b594a77 commit 8392c63
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 @@ -158,7 +158,7 @@ impl<E: Display> Display for AllocOrInitError<E> {
/// ### Fallible Allocation: The `try_alloc_` Method Prefix
///
/// These allocation methods let you recover from out-of-memory (OOM)
/// scenarioes, rather than raising a panic on OOM.
/// scenarios, rather than raising a panic on OOM.
///
/// ```
/// use bumpalo::Bump;
Expand Down

0 comments on commit 8392c63

Please sign in to comment.