Commit efea7958f8

Michael Dusan <michael.dusan@gmail.com>
2019-09-26 01:45:09
doc: usingnamespace imports only public decls
1 parent 2f20833
Changed files (1)
doc/langref.html.in
@@ -5189,7 +5189,7 @@ test "@intToPtr for pointer to zero bit type" {
 
       {#header_open|usingnamespace#}
       <p>
-      {#syntax#}usingnamespace{#endsyntax#} is a top level declaration that imports all the declarations of
+      {#syntax#}usingnamespace{#endsyntax#} is a top level declaration that imports all the public declarations of
       the operand, which must be a {#link|struct#}, {#link|union#}, or {#link|enum#}, into the current scope:
       </p>
       {#code_begin|test|usingnamespace#}