]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/fmt.rs
Merge pull request #20674 from jbcrail/fix-misspelled-comments
[rust.git] / src / libstd / fmt.rs
index 14b80045a9ac646a26c2103b8a774cc3c6bc9a27..1623b6452b7168ec977063c10ba85daa605db021 100644 (file)
 //! ```
 //!
 //! This is invalid because the first argument is both referred to as a
-//! hexidecimal as well as an
+//! hexadecimal as well as an
 //! octal.
 //!
 //! There are various parameters which do require a particular type, however.