From b807a062ac0fca0baae06bdd165d19637a42e2d4 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 12 Jun 2015 10:30:53 -0700 Subject: Use a colon. --- CAndC++.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CAndC++.md') 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. -- cgit v1.2.3