From 0c2e7b7ee047777f5226722bce2ed2369b9f96bd Mon Sep 17 00:00:00 2001 From: Mircea Moca Date: Fri, 5 Aug 2016 11:30:40 +0300 Subject: Update layout-of-source-files.rst The phrase eds with the given example. --- docs/layout-of-source-files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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). :: -- cgit v1.2.3