mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #819 from mocamircea/patch-2
Update layout-of-source-files.rst
This commit is contained in:
commit
b13e581397
@ -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
|
||||
-----
|
||||
|
Loading…
Reference in New Issue
Block a user