aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-09-14 14:20:18 -0700
committerDan Gohman <sunfish@mozilla.com>2015-09-14 14:20:43 -0700
commit905d6c45bb6bed2bc6e9fa069f34c25f186cd0ea (patch)
tree75e0aa5e4630efa542766782d3ef14181a0d6166 /FAQ.md
parent422f03c0421e3b202294542567432bc65e8f935b (diff)
downloadnanowasm-design-905d6c45bb6bed2bc6e9fa069f34c25f186cd0ea.tar.gz
Capitalize Instruction Set Architecture.
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 16b0168..7c7b9b3 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -173,7 +173,7 @@ many architectures is actively developed and maintained by a large community. In
already uses LLVM as a basis for its binary format. However the goals and requirements that LLVM was designed
to meet are subtly mismatched with those of WebAssembly.
-WebAssembly has several requirements and goals for its instruction set architecture (ISA) and binary encoding:
+WebAssembly has several requirements and goals for its Instruction Set Architecture (ISA) and binary encoding:
* Portability: The ISA must be the same for every machine architecture.
* Stability: The ISA and binary encoding must not change over time (or change only in ways that can
be kept backward-compatible).