about summary refs log tree commit diff
path: root/src/libcore/macros.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/libcore/macros.rs
parent26e881d00fee7f28bdb7f0562dbcb7f24db43d1a (diff)
downloadrust-941852eef300b3bee42fc6e2ee48cbf40cb9fc3f.tar.gz
rust-941852eef300b3bee42fc6e2ee48cbf40cb9fc3f.zip
Fix some docs summary nits
Diffstat (limited to 'src/libcore/macros.rs')
-rw-r--r--src/libcore/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/macros.rs b/src/libcore/macros.rs
index c410c2d9004..122baec8e58 100644
--- a/src/libcore/macros.rs
+++ b/src/libcore/macros.rs
@@ -361,7 +361,7 @@ macro_rules! try {
     })
 }
 
-/// Write formatted data into a buffer
+/// Write formatted data into a buffer.
 ///
 /// This macro accepts a format string, a list of arguments, and a 'writer'. Arguments will be
 /// formatted according to the specified format string and the result will be passed to the writer.