Fix three more (reverse) “a”/“an” typos

This commit is contained in:
Frank Steffahn
2021-08-22 17:48:15 +02:00
parent 5f5d45468d
commit 75073451c6
2 changed files with 3 additions and 3 deletions

View File

@@ -182,7 +182,7 @@ impl<'t> Parser<'t> {
/// Advances the parser by one token, remapping its kind.
/// This is useful to create contextual keywords from
/// identifiers. For example, the lexer creates an `union`
/// identifiers. For example, the lexer creates a `union`
/// *identifier* token, but the parser remaps it to the
/// `union` keyword, and keyword is what ends up in the
/// final tree.