File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ impl f32 {
367
367
/// Infinity (∞).
368
368
#[ stable( feature = "assoc_int_consts" , since = "1.43.0" ) ]
369
369
pub const INFINITY : f32 = 1.0_f32 / 0.0_f32 ;
370
- /// Negative infinity (- ∞).
370
+ /// Negative infinity (− ∞).
371
371
#[ stable( feature = "assoc_int_consts" , since = "1.43.0" ) ]
372
372
pub const NEG_INFINITY : f32 = -1.0_f32 / 0.0_f32 ;
373
373
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ impl f64 {
366
366
/// Infinity (∞).
367
367
#[ stable( feature = "assoc_int_consts" , since = "1.43.0" ) ]
368
368
pub const INFINITY : f64 = 1.0_f64 / 0.0_f64 ;
369
- /// Negative infinity (- ∞).
369
+ /// Negative infinity (− ∞).
370
370
#[ stable( feature = "assoc_int_consts" , since = "1.43.0" ) ]
371
371
pub const NEG_INFINITY : f64 = -1.0_f64 / 0.0_f64 ;
372
372
You can’t perform that action at this time.
0 commit comments