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.
This commit is contained in:
Brian Anderson
2015-07-17 16:28:04 -07:00
parent 47265bbf37
commit 44dd247cd5
19 changed files with 20 additions and 20 deletions

View File

@@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! Operations on tuples
//! A finite heterogeneous sequence, `(T, U, ..)`
//!
//! To access the _N_-th element of a tuple one can use `N` itself
//! as a field of the tuple.