std: fix a bunch of typos
The majority of these are in comments, some in doc comments which might affect the generated documentation, and a few in parameter names - nothing that should be breaking, however.
This commit is contained in:
committed by
Andrew Kelley
parent
ec6ffaa1e4
commit
94e30a756e
@@ -1,4 +1,4 @@
|
||||
//! Representation of a float as the signficant digits and exponent.
|
||||
//! Representation of a float as the significant digits and exponent.
|
||||
//! The fast path algorithm using machine-sized integers and floats.
|
||||
//!
|
||||
//! This only works if both the mantissa and the exponent can be exactly
|
||||
|
||||
Reference in New Issue
Block a user