about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-12-17 14:47:14 -0500
committerSteve Klabnik <steve@steveklabnik.com>2015-12-17 14:47:14 -0500
commite42f97dae33ee28c5d17b1a6e8c87baefbf85317 (patch)
tree119ae36b71c4648ae41f32b7d16f43ca3dcc45cb /src/libstd
parent8cd237427c9c10ba8b8ce5a1a3e60f73b386607b (diff)
parent6fdde01368eb9e04360f0be7256fc5f2ad241ed1 (diff)
downloadrust-e42f97dae33ee28c5d17b1a6e8c87baefbf85317.tar.gz
rust-e42f97dae33ee28c5d17b1a6e8c87baefbf85317.zip
Rollup merge of #30441 - tshepang:missing-comma, r=steveklabnik
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 054f281c070..0f8b2f6e17b 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -25,7 +25,7 @@
 //!
 //! # How to read this documentation
 //!
-//! If you already know the name of what you are looking for the fastest way to
+//! If you already know the name of what you are looking for, the fastest way to
 //! find it is to use the <a href="#" onclick="focusSearchBar();">search
 //! bar</a> at the top of the page.
 //!