From 396c02e507739c1025fba15ed37eaa624b82b78a Mon Sep 17 00:00:00 2001 From: Mircea Moca Date: Fri, 5 Aug 2016 11:45:52 +0300 Subject: Update layout-of-source-files.rst better reading --- docs/layout-of-source-files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/layout-of-source-files.rst') diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index a0170c5a..986d02df 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -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 ----- -- cgit v1.2.3