From 592a8c639354a4710e7954c0fd9b3fcba3efa0c9 Mon Sep 17 00:00:00 2001 From: Alex Mokrenko Date: Tue, 14 Mar 2017 17:20:25 +0300 Subject: [PATCH] fix tag --- jsguide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsguide.html b/jsguide.html index 25cfe48..4df2155 100644 --- a/jsguide.html +++ b/jsguide.html @@ -190,7 +190,7 @@ the semantics are fully-standard.

Imports are done with goog.require statements, grouped together immediately following the module declaration. Each goog.require is assigned to a single constant alias, or else destructured into several constant aliases. These -aliases are the only acceptable way to refer to the required dependency, +aliases are the only acceptable way to refer to the required dependency, whether in code or in type annotations: the fully qualified name is never used except as the argument to goog.require. If a module is imported only for its side effects, the assignment may be omitted, but the fully qualified name may