Skip to content

Commit

Permalink
Rollup merge of #72496 - shepmaster:typo, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Correct small typo: 'not' -> 'note'
  • Loading branch information
Dylan-DPC committed May 23, 2020
2 parents e30f7af + 749d9e7 commit ea3aca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libstd/f32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/libstd/f64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea3aca4

Please sign in to comment.