From b4a348a3aa3e69df8d1f81acbee665a6fabca56c Mon Sep 17 00:00:00 2001 From: Drahflow Date: Fri, 21 Aug 2015 22:36:12 +0200 Subject: typo --- doc/quoting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3