aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-09-14 13:50:18 -0700
committerJF Bastien <github@jfbastien.com>2015-09-14 13:50:18 -0700
commit8f649fc6030b6123864bb99c5539ffb2c51963a9 (patch)
tree9ce0f61fa2b4df6b9611aeb15e92336487b223aa /FAQ.md
parent838126bb24cd99f1dc071d826c896f7cc0f8abd4 (diff)
downloadnanowasm-design-8f649fc6030b6123864bb99c5539ffb2c51963a9.tar.gz
Update FAQ.md
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 8adea97..d484665 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -288,7 +288,7 @@ the need arises and practicalities permit it.
## Why have wasm32 and wasm64, instead of just using 8 bytes for storing pointers?
-A great number of applications that don't ever need as much as 4 GiB of memory.
+A great number of applications don't ever need as much as 4 GiB of memory.
Forcing all these applications to use 8 bytes for every pointer they store would
significantly increase the amount of memory they require, and decrease their
effective utilization of important hardware resources such as cache and memory