Skip to content

Commit

Permalink
std: Fix search-and-replace typos
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Jun 8, 2013
1 parent b8fa9d3 commit a014088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/num/float.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub static neg_infinity: float = -1.0/0.0;
/* Module: consts */
pub mod consts {
// FIXME (requires Issue #1433 to fix): replace with mathematical
// staticants from cmath.
// constants from cmath.
/// Archimedes' constant
pub static pi: float = 3.14159265358979323846264338327950288;

Expand Down

0 comments on commit a014088

Please sign in to comment.