Skip to content

Commit

Permalink
Merge pull request #753 from king6cong/typo
Browse files Browse the repository at this point in the history
typo fix: add missing `by`
  • Loading branch information
Centril committed Feb 10, 2020
2 parents d68e28c + 695cc00 commit 66ef593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expressions/block-expr.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ of the block.

Blocks are written as `{`, then any [inner attributes], then [statements],
then an optional expression, and finally a `}`. Statements are usually required
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
not need to be followed by a semicolon. Expression statements usually require
a following semicolon except if its outer expression is a flow control
expression. Furthermore, extra semicolons between statements are allowed, but
Expand Down

0 comments on commit 66ef593

Please sign in to comment.