aboutsummaryrefslogtreecommitdiff
path: root/CAndC++.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-06-12 10:30:53 -0700
committerDan Gohman <sunfish@mozilla.com>2015-06-12 10:30:53 -0700
commitb807a062ac0fca0baae06bdd165d19637a42e2d4 (patch)
treeb9f69f61dfa5c77fde913c3d891dff71b8b5dd66 /CAndC++.md
parentf0d1c3b9be50cc61ec9b81976ea969847b93f09a (diff)
downloadnanowasm-design-b807a062ac0fca0baae06bdd165d19637a42e2d4.tar.gz
Use a colon.
Diffstat (limited to 'CAndC++.md')
-rw-r--r--CAndC++.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CAndC++.md b/CAndC++.md
index 328ed46..b11a363 100644
--- a/CAndC++.md
+++ b/CAndC++.md
@@ -8,7 +8,7 @@ C and C++ developers.
### Platform features
-WebAssembly has a pretty conventional ISA. 8-bit bytes, two's complement
+WebAssembly has a pretty conventional ISA: 8-bit bytes, two's complement
integers, little-endian, and a lot of other normal properties. Reasonably
portable C/C++ code should port to WebAssembly without difficultly.