Skip to content

Commit 3b53407

Browse files
committed
Fix typo in 6.11 Blocks of specs.
1 parent 986dcc1 commit 3b53407

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)