mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-14 16:53:29 +00:00
std: Fix search-and-replace typos
This commit is contained in:
parent
b8fa9d3be1
commit
a014088da1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user