diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2018-02-10 12:22:57 +0100 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2018-02-10 12:22:57 +0100 |
| commit | 7ee3e39f640a9532842e1441bf6bc98893b6a3ba (patch) | |
| tree | 2c4ba1c3ee1d5abe8a5e1c68d8b29404f38474c5 /src/libfmt_macros | |
| parent | 39abcc04139a0fd24422f422271849dc91e39a88 (diff) | |
| download | rust-7ee3e39f640a9532842e1441bf6bc98893b6a3ba.tar.gz rust-7ee3e39f640a9532842e1441bf6bc98893b6a3ba.zip | |
fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}
Diffstat (limited to 'src/libfmt_macros')
| -rw-r--r-- | src/libfmt_macros/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfmt_macros/lib.rs b/src/libfmt_macros/lib.rs index 44cdb5e8a36..71519ab21fe 100644 --- a/src/libfmt_macros/lib.rs +++ b/src/libfmt_macros/lib.rs @@ -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), |
