Fix a typo in a comment.
This commit is contained in:
parent
1680b791d5
commit
d6c0b8117e
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ impl<'a> Parser<'a> {
|
||||||
// If we support tokens at all
|
// If we support tokens at all
|
||||||
if let Some(target_tokens) = ret.tokens_mut() {
|
if let Some(target_tokens) = ret.tokens_mut() {
|
||||||
if target_tokens.is_none() {
|
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());
|
*target_tokens = Some(tokens.clone());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue