diff --git a/jsguide.html b/jsguide.html index 8e414afc0..e5555bb55 100644 --- a/jsguide.html +++ b/jsguide.html @@ -186,7 +186,7 @@
goog.module.declareLegacyName
goog.module('parent.child');
cannot both exist safely, nor can
goog.module('parent');
and goog.module('parent.child.grandchild');
).
-3.3.3 goog.module
Exports
+3.3.3 goog.module
Exports
Classes, enums, functions, constants, and other symbols are exported using the
exports
object. Exported symbols may be defined directly on the exports