Skip to content

Commit a014088

Browse files
committed
std: Fix search-and-replace typos
1 parent b8fa9d3 commit a014088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/num/float.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub static neg_infinity: float = -1.0/0.0;
4747
/* Module: consts */
4848
pub mod consts {
4949
// FIXME (requires Issue #1433 to fix): replace with mathematical
50-
// staticants from cmath.
50+
// constants from cmath.
5151
/// Archimedes' constant
5252
pub static pi: float = 3.14159265358979323846264338327950288;
5353

0 commit comments

Comments
 (0)