]> git.proxmox.com Git - rustc.git/blobdiff - vendor/syn/tests/test_precedence.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / syn / tests / test_precedence.rs
index 719c3fe458c97f483ce968a264f07de877d6d3f3..bd273a5653d65ece7a198ca318695a69da0d67c5 100644 (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.