Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha authored Sep 7, 2024
1 parent b594a77 commit 1bf3d67
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 1bf3d67

Please sign in to comment.