Skip to content

Commit cf957c8

Browse files
Rollup merge of #51890 - Ixrec:patch-3, r=alexcrichton
Fix inconsequential typo in GlobalAlloc doc example
2 parents 2223cc8 + d6cf182 commit cf957c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/alloc.rs

+1-1
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)