diff options
| author | bors <bors@rust-lang.org> | 2013-08-18 05:11:58 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-08-18 05:11:58 -0700 |
| commit | 3bc685842802edfcd2918f911268f8e345cf3c26 (patch) | |
| tree | 7ef40025a4a23dfcd30b30ba648f360fa6fa6d04 /src/libstd/num | |
| parent | 600901152c223faad80d7cb419cecccd71803723 (diff) | |
| parent | 6440343a6c26fca12ef2e323fa7738dce9da1986 (diff) | |
| download | rust-3bc685842802edfcd2918f911268f8e345cf3c26.tar.gz rust-3bc685842802edfcd2918f911268f8e345cf3c26.zip | |
auto merge of #8551 : huonw/rust/speling, r=alexcrichton
(This doesn't add/remove `u`s or change `ize` to `ise`, or anything like that.)
Diffstat (limited to 'src/libstd/num')
| -rw-r--r-- | src/libstd/num/f32.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/num/f32.rs b/src/libstd/num/f32.rs index faf9b2e2390..52d5f835fe6 100644 --- a/src/libstd/num/f32.rs +++ b/src/libstd/num/f32.rs @@ -125,7 +125,7 @@ pub static neg_infinity: f32 = -1.0_f32/0.0_f32; pub mod consts { // FIXME (requires Issue #1433 to fix): replace with mathematical // staticants from cmath. - /// Archimedes' staticant + /// Archimedes' constant pub static pi: f32 = 3.14159265358979323846264338327950288_f32; /// pi/2.0 |
