diff options
| author | Frank Steffahn <frank.steffahn@stu.uni-kiel.de> | 2021-08-22 17:27:18 +0200 |
|---|---|---|
| committer | Frank Steffahn <frank.steffahn@stu.uni-kiel.de> | 2021-08-22 17:27:18 +0200 |
| commit | 2396fad0950980cd3bf53bc825cdfa79ec7fd85f (patch) | |
| tree | 2d408c10f8e8430d936cc3c136b8b8189b51a37d /compiler/rustc_parse/src/parser | |
| parent | b08b92eb42e4f19d95f99da854cf33008a7687b2 (diff) | |
| download | rust-2396fad0950980cd3bf53bc825cdfa79ec7fd85f.tar.gz rust-2396fad0950980cd3bf53bc825cdfa79ec7fd85f.zip | |
Fix more “a”/“an” typos
Diffstat (limited to 'compiler/rustc_parse/src/parser')
| -rw-r--r-- | compiler/rustc_parse/src/parser/attr_wrapper.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse/src/parser/attr_wrapper.rs b/compiler/rustc_parse/src/parser/attr_wrapper.rs index 909e1fa4ffa..9f06bdcc135 100644 --- a/compiler/rustc_parse/src/parser/attr_wrapper.rs +++ b/compiler/rustc_parse/src/parser/attr_wrapper.rs @@ -486,7 +486,7 @@ fn make_token_stream( if let AttrAnnotatedTokenTree::Token(last_token) = last_token { let unglued_first = last_token.kind.break_two_token_op().unwrap().0; - // A 'unglued' token is always two ASCII characters + // An 'unglued' token is always two ASCII characters let mut first_span = last_token.span.shrink_to_lo(); first_span = first_span.with_hi(first_span.lo() + rustc_span::BytePos(1)); |
