Correct small typo: 'not' -> 'note'

This commit is contained in:
Jake Goulding 2020-05-23 07:29:22 -04:00
parent 75b0a68f35
commit 749d9e7a26
2 changed files with 2 additions and 2 deletions

View File

@ -882,7 +882,7 @@ impl 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 @@ impl 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