Skip to content

Commit

Permalink
Rollup merge of rust-lang#51890 - Ixrec:patch-3, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix inconsequential typo in GlobalAlloc doc example
  • Loading branch information
pietroalbini authored Jul 1, 2018
2 parents 1e50629 + d6cf182 commit 255c26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/alloc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 255c26b

Please sign in to comment.