Skip to content

Commit ed34a04

Browse files
Better wording.
1 parent 174cd8d commit ed34a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Namespaces and Modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you're vaguely familiar with these terms, it's important to note that in Type
1111
"Internal modules" are now "namespaces".
1212
"External modules" are now simply "modules", as to align with ECMAScript 6's terminology.
1313

14-
Additionally, anywhere the `module` keyword was used for an internal module, the `namespace` keyword can and should be used instead.
14+
Additionally, anywhere the `module` keyword was used when declaring an internal module, the `namespace` keyword can and should be used instead.
1515

1616
This avoids confusing new users by overloading them with similarly named terms.
1717

0 commit comments

Comments
 (0)