diff options
| author | titzer <titzer@google.com> | 2015-10-23 14:34:29 -0700 |
|---|---|---|
| committer | titzer <titzer@google.com> | 2015-10-23 14:34:29 -0700 |
| commit | f79cddcea94afb27127c8588e481f523e5b36e29 (patch) | |
| tree | 6a30e92ecdaf25e7fcbd220784dbf53e04d05ee8 /CAndC++.md | |
| parent | 4c0cda451072aacdf5c61dcc063bf367ffb335bf (diff) | |
| download | nanowasm-design-f79cddcea94afb27127c8588e481f523e5b36e29.tar.gz | |
Replace `operation` and `operator`
Diffstat (limited to 'CAndC++.md')
| -rw-r--r-- | CAndC++.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
