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
Mark-Simulacrum authored Jun 30, 2018
2 parents 2223cc8 + d6cf182 commit cf957c8
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 cf957c8

Please sign in to comment.