diff options
author | chriseth <chris@ethereum.org> | 2016-08-08 21:48:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-08 21:48:48 +0800 |
commit | b13e581397d135e362bf0289e7cb6c0e56877957 (patch) | |
tree | 719b007edb51a9ab3115d235819d3fd143111c43 | |
parent | beb7e0219f0c2b5424c2fc6b3cfc8457a8a671ea (diff) | |
parent | 396c02e507739c1025fba15ed37eaa624b82b78a (diff) | |
download | dexon-solidity-b13e581397d135e362bf0289e7cb6c0e56877957.tar.gz dexon-solidity-b13e581397d135e362bf0289e7cb6c0e56877957.tar.zst dexon-solidity-b13e581397d135e362bf0289e7cb6c0e56877957.zip |
Merge pull request #819 from mocamircea/patch-2
Update layout-of-source-files.rst
-rw-r--r-- | docs/layout-of-source-files.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index 8e0901df..aa6278ba 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -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 ----- |