Fix a typo in a comment.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user