File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -882,7 +882,7 @@ impl f32 {
882
882
/// Returns `max` if `self` is greater than `max`, and `min` if `self` is
883
883
/// less than `min`. Otherwise this returns `self`.
884
884
///
885
- /// Not that this function returns NaN if the initial value was NaN as
885
+ /// Note that this function returns NaN if the initial value was NaN as
886
886
/// well.
887
887
///
888
888
/// # Panics
Original file line number Diff line number Diff line change @@ -884,7 +884,7 @@ impl f64 {
884
884
/// Returns `max` if `self` is greater than `max`, and `min` if `self` is
885
885
/// less than `min`. Otherwise this returns `self`.
886
886
///
887
- /// Not that this function returns NaN if the initial value was NaN as
887
+ /// Note that this function returns NaN if the initial value was NaN as
888
888
/// well.
889
889
///
890
890
/// # Panics
You can’t perform that action at this time.
0 commit comments