mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update layout-of-source-files.rst
better reading
This commit is contained in:
parent
3c93a22d47
commit
396c02e507
@ -44,7 +44,7 @@ Another syntax is not part of ES6, but probably convenient:
|
|||||||
|
|
||||||
import "filename" as symbolName;
|
import "filename" as symbolName;
|
||||||
|
|
||||||
...is equivalent to ``import * as symbolName from "filename";``.
|
which is equivalent to ``import * as symbolName from "filename";``.
|
||||||
|
|
||||||
Paths
|
Paths
|
||||||
-----
|
-----
|
||||||
|
Loading…
Reference in New Issue
Block a user