File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ pub const INFINITY: f32 = 1.0_f32/0.0_f32;
7171#[ allow( missing_docs) ]
7272pub const NEG_INFINITY : f32 = -1.0_f32 /0.0_f32 ;
7373
74- /// Basic mathematial constants.
74+ /// Basic mathematical constants.
7575#[ stable( feature = "rust1" , since = "1.0.0" ) ]
7676pub mod consts {
7777 // FIXME: replace with mathematical constants from cmath.
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ pub const INFINITY: f64 = 1.0_f64/0.0_f64;
7171#[ allow( missing_docs) ]
7272pub const NEG_INFINITY : f64 = -1.0_f64 /0.0_f64 ;
7373
74- /// Basic mathematial constants.
74+ /// Basic mathematical constants.
7575#[ stable( feature = "rust1" , since = "1.0.0" ) ]
7676pub mod consts {
7777 // FIXME: replace with mathematical constants from cmath.
You can’t perform that action at this time.
0 commit comments