Skip to content

Commit d6cf182

Browse files
authored
Fix inconsequential typo in GlobalAlloc doc example
1 parent 57dd722 commit d6cf182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/alloc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
//! ```rust,ignore (demonstrates crates.io usage)
6262
//! extern crate jemallocator;
6363
//!
64-
//! use jemallacator::Jemalloc;
64+
//! use jemallocator::Jemalloc;
6565
//!
6666
//! #[global_allocator]
6767
//! static GLOBAL: Jemalloc = Jemalloc;

0 commit comments

Comments
 (0)