Rollup merge of #72496 - shepmaster:typo, r=Dylan-DPC

Correct small typo: 'not' -> 'note'
This commit is contained in:
Dylan DPC 2020-05-23 19:10:02 +02:00 committed by GitHub
commit a03bf3f5f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -882,7 +882,7 @@ pub fn atanh(self) -> f32 {
/// Returns `max` if `self` is greater than `max`, and `min` if `self` is
/// less than `min`. Otherwise this returns `self`.
///
/// Not that this function returns NaN if the initial value was NaN as
/// Note that this function returns NaN if the initial value was NaN as
/// well.
///
/// # Panics

View File

@ -884,7 +884,7 @@ pub fn atanh(self) -> f64 {
/// Returns `max` if `self` is greater than `max`, and `min` if `self` is
/// less than `min`. Otherwise this returns `self`.
///
/// Not that this function returns NaN if the initial value was NaN as
/// Note that this function returns NaN if the initial value was NaN as
/// well.
///
/// # Panics