about summary refs log tree commit diff
path: root/src/libstd/f32.rs
diff options
context:
space:
mode:
authorMarco A L Barbosa <malbarbo@gmail.com>2017-10-06 11:41:04 -0300
committerMarco A L Barbosa <malbarbo@gmail.com>2017-11-20 14:46:31 -0200
commit941852eef300b3bee42fc6e2ee48cbf40cb9fc3f (patch)
tree44d8e30b719a5453d1db64221e5e82e0ea227eeb /src/libstd/f32.rs
parent26e881d00fee7f28bdb7f0562dbcb7f24db43d1a (diff)
downloadrust-941852eef300b3bee42fc6e2ee48cbf40cb9fc3f.tar.gz
rust-941852eef300b3bee42fc6e2ee48cbf40cb9fc3f.zip
Fix some docs summary nits
Diffstat (limited to 'src/libstd/f32.rs')
-rw-r--r--src/libstd/f32.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libstd/f32.rs b/src/libstd/f32.rs
index 14f0edc3690..645a4c21150 100644
--- a/src/libstd/f32.rs
+++ b/src/libstd/f32.rs
@@ -9,8 +9,9 @@
 // except according to those terms.
 
 //! This module provides constants which are specific to the implementation
-//! of the `f32` floating point data type. Mathematically significant
-//! numbers are provided in the `consts` sub-module.
+//! of the `f32` floating point data type.
+//!
+//! Mathematically significant numbers are provided in the `consts` sub-module.
 //!
 //! *[See also the `f32` primitive type](../primitive.f32.html).*