mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
Rollup merge of #139713 - GenYuLi:master, r=compiler-errors
Fix typo in documentation Correct the misspelling of "indentifier" to "identifier" in `library/alloc/src/fmt.rs`.
This commit is contained in:
commit
739bf9b753
@ -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…
Reference in New Issue
Block a user