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.
2 parents fc4b457 + 3b53407 commit f151715Copy full SHA for f151715
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 `{´c_1´; ´\ldots´; ´c_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