We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174cd8d commit ed34a04Copy full SHA for ed34a04
pages/Namespaces and Modules.md
@@ -11,7 +11,7 @@ If you're vaguely familiar with these terms, it's important to note that in Type
11
"Internal modules" are now "namespaces".
12
"External modules" are now simply "modules", as to align with ECMAScript 6's terminology.
13
14
-Additionally, anywhere the `module` keyword was used for an internal module, the `namespace` keyword can and should be used instead.
+Additionally, anywhere the `module` keyword was used when declaring an internal module, the `namespace` keyword can and should be used instead.
15
16
This avoids confusing new users by overloading them with similarly named terms.
17
0 commit comments