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 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue