std: Fix search-and-replace typos

This commit is contained in:
Tim Chevalier 2013-05-30 12:03:14 -07:00
parent b8fa9d3be1
commit a014088da1

View File

@ -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;