Skip to content

Commit 749d9e7

Browse files
committed
Correct small typo: 'not' -> 'note'
1 parent 75b0a68 commit 749d9e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libstd/f32.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ impl f32 {
882882
/// Returns `max` if `self` is greater than `max`, and `min` if `self` is
883883
/// less than `min`. Otherwise this returns `self`.
884884
///
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
886886
/// well.
887887
///
888888
/// # Panics

src/libstd/f64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ impl f64 {
884884
/// Returns `max` if `self` is greater than `max`, and `min` if `self` is
885885
/// less than `min`. Otherwise this returns `self`.
886886
///
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
888888
/// well.
889889
///
890890
/// # Panics

0 commit comments

Comments
 (0)