Skip to content

Commit d6c0b81

Browse files
committed
Fix a typo in a comment.
1 parent 1680b79 commit d6c0b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_parse/src/parser/attr_wrapper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ impl<'a> Parser<'a> {
340340
// If we support tokens at all
341341
if let Some(target_tokens) = ret.tokens_mut() {
342342
if target_tokens.is_none() {
343-
// Store se our newly captured tokens into the AST node
343+
// Store our newly captured tokens into the AST node.
344344
*target_tokens = Some(tokens.clone());
345345
}
346346
}

0 commit comments

Comments
 (0)