diff options
Diffstat (limited to 'src/libstd/rand/reader.rs')
| -rw-r--r-- | src/libstd/rand/reader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/rand/reader.rs b/src/libstd/rand/reader.rs index c56dc387b7f..08c43198aa1 100644 --- a/src/libstd/rand/reader.rs +++ b/src/libstd/rand/reader.rs @@ -22,7 +22,7 @@ use slice::SliceExt; /// /// It will panic if it there is insufficient data to fulfill a request. /// -/// # Example +/// # Examples /// /// ```rust /// use std::rand::{reader, Rng}; |
