mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
fix tag
This commit is contained in:
parent
15f2836d9f
commit
592a8c6393
|
@ -190,7 +190,7 @@ the semantics are fully-standard.</p>
|
||||||
<p>Imports are done with <code>goog.require</code> statements, grouped together immediately
|
<p>Imports are done with <code>goog.require</code> statements, grouped together immediately
|
||||||
following the module declaration. Each <code>goog.require</code> is assigned to a single
|
following the module declaration. Each <code>goog.require</code> is assigned to a single
|
||||||
constant alias, or else destructured into several constant aliases. These
|
constant alias, or else destructured into several constant aliases. These
|
||||||
aliases are the only acceptable way to refer to the <code>require</code>d 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
|
whether in code or in type annotations: the fully qualified name is never used
|
||||||
except as the argument to <code>goog.require</code>. If a module is imported only for its
|
except as the argument to <code>goog.require</code>. If a module is imported only for its
|
||||||
side effects, the assignment may be omitted, but the fully qualified name may
|
side effects, the assignment may be omitted, but the fully qualified name may
|
||||||
|
|
Loading…
Reference in New Issue
Block a user