From f49644e8ee8b2450f28b82d74fcf823d81f2ae1c Mon Sep 17 00:00:00 2001 From: Justin Frank Date: Mon, 15 Apr 2019 12:53:45 -0700 Subject: [PATCH] Fix typo in documentation and clarify override behaviour --- doc/pages/commands.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc index c9c84b96..50b235f7 100644 --- a/doc/pages/commands.asciidoc +++ b/doc/pages/commands.asciidoc @@ -319,7 +319,8 @@ but not really useful in that context. evaluated as if by source the first time *require-module * is run. *-override*::: - allow the module to replace and existing one with the same name + allow the module to replace an existing one with the same name. Fails if + the module has already been evaluated. *require-module* :: guarantees the commands associated with *name* have been evaluated before