aboutsummaryrefslogtreecommitdiffstats
path: root/docs/layout-of-source-files.rst
diff options
context:
space:
mode:
authorMircea Moca <mocamircea@gmail.com>2016-08-05 16:30:40 +0800
committerGitHub <noreply@github.com>2016-08-05 16:30:40 +0800
commit0c2e7b7ee047777f5226722bce2ed2369b9f96bd (patch)
treef38b6955645c95b99d53594e3e4b086cc6e5b7e6 /docs/layout-of-source-files.rst
parent3c93a22d478b9439d6e226ad7954fe571117f439 (diff)
downloaddexon-solidity-0c2e7b7ee047777f5226722bce2ed2369b9f96bd.tar.gz
dexon-solidity-0c2e7b7ee047777f5226722bce2ed2369b9f96bd.tar.zst
dexon-solidity-0c2e7b7ee047777f5226722bce2ed2369b9f96bd.zip
Update layout-of-source-files.rst
The phrase eds with the given example.
Diffstat (limited to 'docs/layout-of-source-files.rst')
-rw-r--r--docs/layout-of-source-files.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst
index a0170c5a..8e0901df 100644
--- a/docs/layout-of-source-files.rst
+++ b/docs/layout-of-source-files.rst
@@ -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).
::