Minor tweaks in the grammar

This commit is contained in:
Andrey Breslav
2014-08-26 12:16:35 +04:00
parent 8da384b466
commit b8f7d68bd4
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ LabelName
: "@" SimpleName;
/**
<!--See [Nonlocal returns and jumps](returns.html)-->
See [Returns and jumps](returns.html)
*/
/* Symbols:
+3 -3
View File
@@ -1,7 +1,7 @@
/**
# Syntax
<!--Relevant pages: [Namespaces](namespaces.html)-->
Relevant pages: [Packages](packages.html)
*/
@@ -28,7 +28,7 @@ import
;
/**
<!--See [Imports](namespaces.html#imports)-->
See [Imports](packages.html#imports)
*/
toplevelObject
@@ -48,7 +48,7 @@ package
;
/**
<!--See [Namespaces](namespaces.html)-->
See [Packages](packages.html)
*/
[undocumented]
+1 -1
View File
@@ -1,7 +1,7 @@
/**
#### Pattern matching
<!--See [Pattern matching](pattern-matching.html)-->
See [When-expression](control-flow.html#when-expression)
*/
when