From 44c50091518750a17c6cbfc5049aa928fb463cbf Mon Sep 17 00:00:00 2001 From: CyrusNajmabadi Date: Tue, 16 Feb 2021 12:22:13 -0800 Subject: [PATCH] Update namespaces.md --- spec/namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/namespaces.md b/spec/namespaces.md index abb66e2..0feb94d 100644 --- a/spec/namespaces.md +++ b/spec/namespaces.md @@ -134,7 +134,7 @@ namespace Name Specifically, a *single_line_namespace_declaration* is treated the same as a *namespace_declaration* at the same location in the *compilation_unit* with the same *qualified_identifier*. The *extern_alias_directive*s, *using_directive*s and *type_declaration*s of that *single_line_namespace_declaration* act as if they were declared in the same order inside the *namespace_body* of that *namespace_declaration*. -A source file cannot contain both a *single_line_namespace_declaration* and a *namespace_declaration*. A source file cannot contain multiple *single_line_namespace_declaration*s. +A source file cannot contain both a *single_line_namespace_declaration* and a *namespace_declaration*. A source file cannot contain multiple *single_line_namespace_declaration*s. A *compilation_unit* cannot contain both a *single_line_namespace_declaration* and any *statement* at the top level. ## Extern aliases