Merge pull request #1181 from kianmeng/fix-typo

Fix typo
This commit is contained in:
David Tolnay 2022-05-30 08:20:53 -07:00 committed by GitHub
commit ded67c8920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.