Skip to content

Commit

Permalink
Merge pull request #217 from mgerhold/patch-1
Browse files Browse the repository at this point in the history
fixed `_` instead of `-` in name `allocator-api2`
  • Loading branch information
fitzgen committed Sep 25, 2023
2 parents bd9b876 + 1dfb47f commit 490751c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ v.push(2);

### Using the `Allocator` API on Stable Rust

You can enable the `allocator_api2` Cargo feature and `bumpalo` will use [the
`allocator_api2` crate](https://crates.io/crates/allocator-api2) to implement
You can enable the `allocator-api2` Cargo feature and `bumpalo` will use [the
`allocator-api2` crate](https://crates.io/crates/allocator-api2) to implement
the unstable nightly`Allocator` API on stable Rust. This means that
`bumpalo::Bump` will be usable with any collection that is generic over
`allocator_api2::Allocator`.
Expand Down

0 comments on commit 490751c

Please sign in to comment.