Skip to content

Commit 66ef593

Browse files
authored
Merge pull request rust-lang#753 from king6cong/typo
typo fix: add missing `by`
2 parents d68e28c + 695cc00 commit 66ef593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/block-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ of the block.
2222

2323
Blocks are written as `{`, then any [inner attributes], then [statements],
2424
then an optional expression, and finally a `}`. Statements are usually required
25-
to be followed a semicolon, with two exceptions. Item declaration statements do
25+
to be followed by a semicolon, with two exceptions. Item declaration statements do
2626
not need to be followed by a semicolon. Expression statements usually require
2727
a following semicolon except if its outer expression is a flow control
2828
expression. Furthermore, extra semicolons between statements are allowed, but

0 commit comments

Comments
 (0)