aboutsummaryrefslogtreecommitdiff
path: root/CAndC++.md
diff options
context:
space:
mode:
authortitzer <titzer@google.com>2015-10-23 14:34:29 -0700
committertitzer <titzer@google.com>2015-10-23 14:34:29 -0700
commitf79cddcea94afb27127c8588e481f523e5b36e29 (patch)
tree6a30e92ecdaf25e7fcbd220784dbf53e04d05ee8 /CAndC++.md
parent4c0cda451072aacdf5c61dcc063bf367ffb335bf (diff)
downloadnanowasm-design-f79cddcea94afb27127c8588e481f523e5b36e29.tar.gz
Replace `operation` and `operator`
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 e21309a..a796dfb 100644
--- a/CAndC++.md
+++ b/CAndC++.md
@@ -117,7 +117,7 @@ rather than on the underlying platform. For those details that are dependent
on the platform, on WebAssembly they follow naturally from having 8-bit bytes,
32-bit and 64-bit two's complement integers, and
[32-bit and 64-bit IEEE-754-2008-style floating point support]
-(AstSemantics.md#floating-point-operations).
+(AstSemantics.md#floating-point-operators).
## Portability of compiled code