We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d68e28c + 695cc00 commit 66ef593Copy full SHA for 66ef593
src/expressions/block-expr.md
@@ -22,7 +22,7 @@ of the block.
22
23
Blocks are written as `{`, then any [inner attributes], then [statements],
24
then an optional expression, and finally a `}`. Statements are usually required
25
-to be followed a semicolon, with two exceptions. Item declaration statements do
+to be followed by a semicolon, with two exceptions. Item declaration statements do
26
not need to be followed by a semicolon. Expression statements usually require
27
a following semicolon except if its outer expression is a flow control
28
expression. Furthermore, extra semicolons between statements are allowed, but
0 commit comments