Fix inconsequential typo in GlobalAlloc doc example
This commit is contained in:
parent
57dd722606
commit
d6cf1821bf
@ -61,7 +61,7 @@
|
||||
//! ```rust,ignore (demonstrates crates.io usage)
|
||||
//! extern crate jemallocator;
|
||||
//!
|
||||
//! use jemallacator::Jemalloc;
|
||||
//! use jemallocator::Jemalloc;
|
||||
//!
|
||||
//! #[global_allocator]
|
||||
//! static GLOBAL: Jemalloc = Jemalloc;
|
||||
|
Loading…
Reference in New Issue
Block a user