Fix inconsequential typo in GlobalAlloc doc example

This commit is contained in:
Ixrec
2018-06-29 03:12:02 +01:00
committed by GitHub
parent 57dd722606
commit d6cf1821bf

View File

@@ -61,7 +61,7 @@
//! ```rust,ignore (demonstrates crates.io usage) //! ```rust,ignore (demonstrates crates.io usage)
//! extern crate jemallocator; //! extern crate jemallocator;
//! //!
//! use jemallacator::Jemalloc; //! use jemallocator::Jemalloc;
//! //!
//! #[global_allocator] //! #[global_allocator]
//! static GLOBAL: Jemalloc = Jemalloc; //! static GLOBAL: Jemalloc = Jemalloc;