diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-12-17 20:55:20 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-12-17 20:55:20 +0200 |
| commit | 6fdde01368eb9e04360f0be7256fc5f2ad241ed1 (patch) | |
| tree | fcdfbd5224905cadc062df0740018f9f1e2e749c /src/libstd | |
| parent | 9687a8a96978280824a557d32b30e619f857e6a7 (diff) | |
| download | rust-6fdde01368eb9e04360f0be7256fc5f2ad241ed1.tar.gz rust-6fdde01368eb9e04360f0be7256fc5f2ad241ed1.zip | |
doc: add a missing comma
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
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. //! |
