From 7e35b3a96af99e07deebf737ba8309c3e9fc8876 Mon Sep 17 00:00:00 2001 From: Adam Sandberg Eriksson Date: Thu, 17 Oct 2019 11:05:33 +0100 Subject: [PATCH] Improve grammar/choice of word --- pills/05-functions-and-imports.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pills/05-functions-and-imports.xml b/pills/05-functions-and-imports.xml index 6f7f1ff..ad40c1c 100644 --- a/pills/05-functions-and-imports.xml +++ b/pills/05-functions-and-imports.xml @@ -264,7 +264,7 @@ xml:id="functions-and-imports"> - Yes it's really that straight. You import a file, and it gets parsed as + Yes it's really that simple. You import a file, and it gets parsed as expression. Note that the scope of the imported file does not inherit the scope of the importer.