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;
71
71
#[ allow( missing_docs) ]
72
72
pub const NEG_INFINITY : f32 = -1.0_f32 /0.0_f32 ;
73
73
74
- /// Basic mathematial constants.
74
+ /// Basic mathematical constants.
75
75
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
76
76
pub mod consts {
77
77
// 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;
71
71
#[ allow( missing_docs) ]
72
72
pub const NEG_INFINITY : f64 = -1.0_f64 /0.0_f64 ;
73
73
74
- /// Basic mathematial constants.
74
+ /// Basic mathematical constants.
75
75
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
76
76
pub mod consts {
77
77
// FIXME: replace with mathematical constants from cmath.
You can’t perform that action at this time.
0 commit comments