Skip to content

Commit

Permalink
Merge pull request #1181 from kianmeng/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
dtolnay committed May 30, 2022
2 parents f14a572 + e39a204 commit ded67c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_precedence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ fn librustc_parse_and_rewrite(input: &str) -> Option<P<ast::Expr>> {
}

/// Wrap every expression which is not already wrapped in parens with parens, to
/// reveal the precidence of the parsed expressions, and produce a stringified
/// reveal the precedence of the parsed expressions, and produce a stringified
/// form of the resulting expression.
///
/// This method operates on librustc objects.
Expand Down

0 comments on commit ded67c8

Please sign in to comment.