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:
@@ -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
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user