Skip to content

Commit f151715

Browse files
authored
Merge pull request #10142 from liang3zy22/patch-blocks
2 parents fc4b457 + 3b53407 commit f151715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/06-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ Evaluation of the block entails evaluation of its
599599
statement sequence, followed by an evaluation of the final expression
600600
´e´, which defines the result of the block.
601601

602-
A block expression `{´c_1´; ´\ldots´; ´c_n´; ´}` where ´s_1 , \ldots , s_n´ are
602+
A block expression `{´c_1´; ´\ldots´; ´c_n´}` where ´s_1 , \ldots , s_n´ are
603603
case clauses forms a [pattern matching anonymous function](08-pattern-matching.html#pattern-matching-anonymous-functions).
604604

605605
###### Example

0 commit comments

Comments
 (0)