Fix typo in documentation
Correct the misspelling of "indentifier" to "identifier" in `library/alloc/src/fmt.rs`.
This commit is contained in:
parent
1bc56185ee
commit
1baa62e884
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
//! parameters (corresponding to `format_spec` in [the syntax](#syntax)). These
|
||||
//! parameters affect the string representation of what's being formatted.
|
||||
//!
|
||||
//! The colon `:` in format syntax divides indentifier of the input data and
|
||||
//! The colon `:` in format syntax divides identifier of the input data and
|
||||
//! the formatting options, the colon itself does not change anything, only
|
||||
//! introduces the options.
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue