diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-08-16 15:41:28 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-08-16 15:41:28 +1000 |
| commit | abe94f9b4d0d072e2477b989715c6c79e97de259 (patch) | |
| tree | 705abd2a2859eeb55a097d6e7b4ccfd080bbb2be /src/libstd/num | |
| parent | 1ad0cf5841e2fb577c4c26a051067fdd06e24796 (diff) | |
| download | rust-abe94f9b4d0d072e2477b989715c6c79e97de259.tar.gz rust-abe94f9b4d0d072e2477b989715c6c79e97de259.zip | |
doc: correct spelling in documentation.
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 |
