diff options
| author | kennytm <kennytm@gmail.com> | 2017-11-21 03:14:47 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-21 03:14:47 +0800 |
| commit | 07d16a78a0968bb9c34e810e23d97527e0976805 (patch) | |
| tree | 673ff126869e17c51a1e2190843bb46e1be45f60 /src/liballoc | |
| parent | 04b9c250025c4a310347d3384634d924f04f468c (diff) | |
| parent | 941852eef300b3bee42fc6e2ee48cbf40cb9fc3f (diff) | |
| download | rust-07d16a78a0968bb9c34e810e23d97527e0976805.tar.gz rust-07d16a78a0968bb9c34e810e23d97527e0976805.zip | |
Rollup merge of #46122 - malbarbo:docs, r=steveklabnik
Fix some docs summary nits
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/fmt.rs b/src/liballoc/fmt.rs index 58299d5d836..77f65412bd3 100644 --- a/src/liballoc/fmt.rs +++ b/src/liballoc/fmt.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! Utilities for formatting and printing `String`s +//! Utilities for formatting and printing `String`s. //! //! This module contains the runtime support for the [`format!`] syntax extension. //! This macro is implemented in the compiler to emit calls to this module in |
