aboutsummaryrefslogtreecommitdiff
path: root/TextFormat.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-09-19 16:15:52 -0700
committerJF Bastien <github@jfbastien.com>2015-09-19 16:15:52 -0700
commitc8dff1d01fb3476e090e9ce18b8b27ba2fab38c6 (patch)
treec806523d83acc5c5de00e2f7d257b8611d66ca78 /TextFormat.md
parent6832753bd6e2420492bc1460db31865a6b12da68 (diff)
downloadnanowasm-design-c8dff1d01fb3476e090e9ce18b8b27ba2fab38c6.tar.gz
Address human feedback
Diffstat (limited to 'TextFormat.md')
-rw-r--r--TextFormat.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TextFormat.md b/TextFormat.md
index 8254590..c6530e9 100644
--- a/TextFormat.md
+++ b/TextFormat.md
@@ -37,8 +37,8 @@ support more human-readable representations, but never at the cost of accurate r
# Official Text Format
WebAssembly currently doesn't have a final, official, text format. As detailed above the
-main purpose of the text format will be for human consumption, humans feedback on readability
-will therefore factor into standardizing a text format.
+main purpose of the text format will be for human consumption, feedback from humans on
+readability will therefore factor into standardizing a text format.
There are, however, prototype syntaxes which are used to bring up WebAssembly: it's easier
to develop using a text format than it is with a binary format, even if the ultimate