aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-08-21 22:36:12 +0200
committerDrahflow <drahflow@gmx.de>2015-08-21 22:36:12 +0200
commitb4a348a3aa3e69df8d1f81acbee665a6fabca56c (patch)
treef7afee5ad04569d4dc962ad1129797064aa5c894 /doc
parent7dfdd3d1725944da031390dbc853a8e73ccad55e (diff)
typo
Diffstat (limited to 'doc')
-rw-r--r--doc/quoting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/quoting.md b/doc/quoting.md
index 33615b9..386b76d 100644
--- a/doc/quoting.md
+++ b/doc/quoting.md
@@ -9,7 +9,7 @@ This function will upon execution look up the name and only then act upon it. Th
function objects.
In particular the functions `{` and `}` have quoting execution mode and are hence always executed directly when encountered.
-The `{` function puts a function-quote-begin marker on the stack andincreases the quote level by one. A later `}` then collects
+The `{` function puts a function-quote-begin marker on the stack and increases the quote level by one. A later `}` then collects
all stack contents up to the function-quote-begin marker from the stack and creates assembly instructions from them. These
instructions will esentially execute the collected functions. After that `}` decrements the quote level and checks for zero.
If zero has been reached, a new function object is created from the assembled instructions and the current scope and pushed