We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e447af4 commit ad8b6f6Copy full SHA for ad8b6f6
spec/06-expressions.md
@@ -599,7 +599,7 @@ Evaluation of the block entails evaluation of its
599
statement sequence, followed by an evaluation of the final expression
600
´e´, which defines the result of the block.
601
602
-A block expression `{´s_1´; ´\ldots´; ´s_n´; }` where ´s_1 , \ldots , s_n´ are
+A block expression `{´c_1´; ´\ldots´; ´c_n´}` where ´s_1 , \ldots , s_n´ are
603
case clauses forms a [pattern matching anonymous function](08-pattern-matching.html#pattern-matching-anonymous-functions).
604
605
###### Example
0 commit comments