Skip to content

Commit b1971b2

Browse files
RexJaeschkejskeet
authored andcommitted
Update namespaces.md
1 parent c5f9628 commit b1971b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Using directives ([§13.5](namespaces.md#135-using-directives)) are provided to
88

99
## 13.2 Compilation units
1010

11-
A *compilation_unit* consists of zero or more *extern_alias_directive*s followed by zero or more *using_directive*s followed by zero or more *global_attributes* followed by zero or more *namespace_member_declaration*s. The *compilation_unit* defines the overall structure of the input.
11+
A *compilation_unit* consists of zero or more *extern_alias_directive*s followed by zero or more *using_directive*s followed by zero or one *global_attributes* followed by zero or more *namespace_member_declaration*s. The *compilation_unit* defines the overall structure of the input.
1212

1313
```ANTLR
1414
compilation_unit

0 commit comments

Comments
 (0)