Skip to content

Commit 441a33e

Browse files
authored
Rollup merge of #80147 - pierwill:patch-9, r=lcnr
Add missing punctuation to std::alloc docs Add a period to first line of module docs to match other modules in std.
2 parents 5bcbd0f + 9cb43bd commit 441a33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/std/src/alloc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Memory allocation APIs
1+
//! Memory allocation APIs.
22
//!
33
//! In a given program, the standard library has one “global” memory allocator
44
//! that is used for example by `Box<T>` and `Vec<T>`.

0 commit comments

Comments
 (0)