]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/reference/src/statements-and-expressions.md
New upstream version 1.64.0+dfsg1
[rustc.git] / src / doc / reference / src / statements-and-expressions.md
index bb59108f17f321e83ebe25a4b699797ed9b2d86c..b093972a94522178da0b399b54d1f394ab0de6a0 100644 (file)
@@ -7,5 +7,5 @@ each other kind of expression, and rules for evaluation of expressions involve
 specifying both the value produced by the expression and the order in which its
 sub-expressions are themselves evaluated.
 
-In contrast, statements in Rust serve _mostly_ to contain and explicitly
+In contrast, statements serve _mostly_ to contain and explicitly
 sequence expression evaluation.