Rollup merge of #46122 - malbarbo:docs, r=steveklabnik
Fix some docs summary nits
This commit is contained in:
@@ -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).*
|
||||
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
// except according to those terms.
|
||||
|
||||
//! This module provides constants which are specific to the implementation
|
||||
//! of the `f64` floating point data type. Mathematically significant
|
||||
//! numbers are provided in the `consts` sub-module.
|
||||
//! of the `f64` floating point data type.
|
||||
//!
|
||||
//! Mathematically significant numbers are provided in the `consts` sub-module.
|
||||
//!
|
||||
//! *[See also the `f64` primitive type](../primitive.f64.html).*
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
//! Panic support in the standard library
|
||||
//! Panic support in the standard library.
|
||||
|
||||
#![stable(feature = "std_panic", since = "1.9.0")]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user