Add missing punctuation to std::alloc docs
Add a period to first line of module docs to match other modules in std.
This commit is contained in:
parent
f3800db221
commit
9cb43bd994
@ -1,4 +1,4 @@
|
||||
//! Memory allocation APIs
|
||||
//! Memory allocation APIs.
|
||||
//!
|
||||
//! In a given program, the standard library has one “global” memory allocator
|
||||
//! that is used for example by `Box<T>` and `Vec<T>`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user