aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-10-09 17:12:48 -0700
committerDan Gohman <sunfish@mozilla.com>2015-10-09 17:12:48 -0700
commita9ec51caab2ead4d479327c5ebb2dcbd22f6639c (patch)
tree5799e76817b828f5142341b622149116cf15264c
parent5461b4a8692ee3f6534598afaa36cc48825be8e9 (diff)
downloadnanowasm-design-a9ec51caab2ead4d479327c5ebb2dcbd22f6639c.tar.gz
Rename one more `resize_memory` to `grow_memory`.
-rw-r--r--AstSemantics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AstSemantics.md b/AstSemantics.md
index 5045ef4..a74a08c 100644
--- a/AstSemantics.md
+++ b/AstSemantics.md
@@ -211,7 +211,7 @@ The result value of `page_size` is an unsigned integer which is a power of 2.
The `page_size` value need not reflect the actual internal page size of the
implementation; it just needs to be a value suitable for use with
-`resize_memory`.
+`grow_memory`.
## Local variables