diff options
| author | Piotr Jawniak <sawyer47@gmail.com> | 2014-05-19 15:39:16 +0200 |
|---|---|---|
| committer | Piotr Jawniak <sawyer47@gmail.com> | 2014-05-19 15:41:06 +0200 |
| commit | cea63ecfb149ba25c204c2ce0bcdb32a68983e70 (patch) | |
| tree | b1f94ed74698d1aa6ded5bf51ecc725e1c35270e /src/libstd/num | |
| parent | 5d2edddc304a7cd8c95ba8b0beb06f0b4ebaca37 (diff) | |
| download | rust-cea63ecfb149ba25c204c2ce0bcdb32a68983e70.tar.gz rust-cea63ecfb149ba25c204c2ce0bcdb32a68983e70.zip | |
Minor doc fixes in various places
Diffstat (limited to 'src/libstd/num')
| -rw-r--r-- | src/libstd/num/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/num/mod.rs b/src/libstd/num/mod.rs index 3178fcbd66f..40167718236 100644 --- a/src/libstd/num/mod.rs +++ b/src/libstd/num/mod.rs @@ -11,7 +11,7 @@ //! Numeric traits and functions for generic mathematics //! //! These are implemented for the primitive numeric types in `std::{u8, u16, -//! u32, u64, uint, i8, i16, i32, i64, int, f32, f64, float}`. +//! u32, u64, uint, i8, i16, i32, i64, int, f32, f64}`. #![allow(missing_doc)] |
