diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-07-17 16:28:04 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-07-20 13:17:41 -0700 |
| commit | 44dd247cd5ced8ae8a8c6f1d04463abce21c8e9e (patch) | |
| tree | 107138e203675db258f5bcf581cf3b68ecce942f /src/librustc_unicode | |
| parent | 47265bbf37385a087235a8c5eddea5944ae6465e (diff) | |
| download | rust-44dd247cd5ced8ae8a8c6f1d04463abce21c8e9e.tar.gz rust-44dd247cd5ced8ae8a8c6f1d04463abce21c8e9e.zip | |
doc: Clean up primitive short descriptions
This makes the primitive descriptions on the front page read properly as descriptions of types and not of the associated modules.
Diffstat (limited to 'src/librustc_unicode')
| -rw-r--r-- | src/librustc_unicode/char.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_unicode/char.rs b/src/librustc_unicode/char.rs index 2596620d39d..fb9ff267762 100644 --- a/src/librustc_unicode/char.rs +++ b/src/librustc_unicode/char.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! Character manipulation (`char` type, Unicode Scalar Value) +//! A Unicode scalar value //! //! This module provides the `CharExt` trait, as well as its //! implementation for the primitive `char` type, in order to allow |
