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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;