summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 3b3edfb..43b0da8 100644
--- a/readme.md
+++ b/readme.md
@@ -91,7 +91,7 @@ if no word was found. if a word was found,
its xt is returned along with the true flag.
### `grow ( u -- )`
-grows the user memory space by u bytes.
+grows, and marks as executable, the user memory space by u bytes.
### `here ( -- a )`
yields the address of the first available byte in user memory.