1
Fork 0

Fix a typo in a comment.

This commit is contained in:
Nicholas Nethercote 2024-06-27 10:34:05 +10:00
parent 1680b791d5
commit d6c0b8117e

View file

@ -340,7 +340,7 @@ impl<'a> Parser<'a> {
// If we support tokens at all
if let Some(target_tokens) = ret.tokens_mut() {
if target_tokens.is_none() {
// Store se our newly captured tokens into the AST node
// Store our newly captured tokens into the AST node.
*target_tokens = Some(tokens.clone());
}
}