Update layout-of-source-files.rst

The phrase eds with the given example.
This commit is contained in:
Mircea Moca 2016-08-05 11:30:40 +03:00 committed by GitHub
parent 3c93a22d47
commit 0c2e7b7ee0

View File

@ -23,7 +23,7 @@ At a global level, you can use import statements of the following form:
import "filename";
...will import all global symbols from "filename" (and symbols imported there) into the
This statement imports all global symbols from "filename" (and symbols imported there) into the
current global scope (different than in ES6 but backwards-compatible for Solidity).
::