fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}
This commit is contained in:
parent
39abcc0413
commit
7ee3e39f64
11 changed files with 12 additions and 12 deletions
|
@ -73,7 +73,7 @@ pub struct FormatSpec<'a> {
|
|||
/// Enum describing where an argument for a format can be located.
|
||||
#[derive(Copy, Clone, PartialEq)]
|
||||
pub enum Position<'a> {
|
||||
/// The arugment is implied to be located at an index
|
||||
/// The argument is implied to be located at an index
|
||||
ArgumentImplicitlyIs(usize),
|
||||
/// The argument is located at a specific index given in the format
|
||||
ArgumentIs(usize),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue