Merge pull request #819 from mocamircea/patch-2

Update layout-of-source-files.rst
This commit is contained in:
chriseth 2016-08-08 15:48:48 +02:00 committed by GitHub
commit b13e581397

View File

@ -44,7 +44,7 @@ Another syntax is not part of ES6, but probably convenient:
import "filename" as symbolName;
...is equivalent to ``import * as symbolName from "filename";``.
which is equivalent to ``import * as symbolName from "filename";``.
Paths
-----