1
Fork 0

fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}

This commit is contained in:
Matthias Krüger 2018-02-10 12:22:57 +01:00
parent 39abcc0413
commit 7ee3e39f64
11 changed files with 12 additions and 12 deletions

View file

@ -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),