about summary refs log tree commit diff
path: root/src/liballoc/fmt.rs
diff options
context:
space:
mode:
authorMarco A L Barbosa <malbarbo@gmail.com>2017-10-06 11:41:04 -0300
committerMarco A L Barbosa <malbarbo@gmail.com>2017-11-20 14:46:31 -0200
commit941852eef300b3bee42fc6e2ee48cbf40cb9fc3f (patch)
tree44d8e30b719a5453d1db64221e5e82e0ea227eeb /src/liballoc/fmt.rs
parent26e881d00fee7f28bdb7f0562dbcb7f24db43d1a (diff)
downloadrust-941852eef300b3bee42fc6e2ee48cbf40cb9fc3f.tar.gz
rust-941852eef300b3bee42fc6e2ee48cbf40cb9fc3f.zip
Fix some docs summary nits
Diffstat (limited to 'src/liballoc/fmt.rs')
-rw-r--r--src/liballoc/fmt.rs2
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