diff options
| author | bors <bors@rust-lang.org> | 2016-03-07 06:54:36 +0000 | 
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-03-07 06:54:36 +0000 | 
| commit | 79f914fdb90b21e7ec4a224671df59357e5cc49d (patch) | |
| tree | 0f3cf5df79e0ce6bec60d7cb1d01cc9e43c8f3bf /src/libstd/ascii.rs | |
| parent | 6d262db4482e13ec05eb113e57e26d249698b4cf (diff) | |
| parent | 096409cf8c2f0fcfe8dec77fd293ce5a4ba41284 (diff) | |
| download | rust-79f914fdb90b21e7ec4a224671df59357e5cc49d.tar.gz rust-79f914fdb90b21e7ec4a224671df59357e5cc49d.zip | |
Auto merge of #32051 - steveklabnik:gh9447, r=bluss
Fixes #9447
Diffstat (limited to 'src/libstd/ascii.rs')
| -rw-r--r-- | src/libstd/ascii.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/libstd/ascii.rs b/src/libstd/ascii.rs index 98685cae870..031a9b8bec2 100644 --- a/src/libstd/ascii.rs +++ b/src/libstd/ascii.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! Operations on ASCII strings and characters +//! Operations on ASCII strings and characters. #![stable(feature = "rust1", since = "1.0.0")] | 
