diff options
| author | Hans Oksendahl <hansoksendahl@gmail.com> | 2018-08-03 12:01:50 -0700 |
|---|---|---|
| committer | Ben Smith <binjimin@gmail.com> | 2018-08-03 12:01:50 -0700 |
| commit | 21d378c91caa755766fe1741d75403f241739e39 (patch) | |
| tree | 521346fcbcd7164725d766c659e1960e580b5ac7 /BinaryEncoding.md | |
| parent | 73cb0e6e379e473071533f14437e1516dd7e94c8 (diff) | |
| download | nanowasm-design-21d378c91caa755766fe1741d75403f241739e39.tar.gz | |
Updated anchor link to reference correct id (#1222)
This link was not resolving correctly.
Changed `#control-flow-structures` to `#control-constructs-and-instructions`
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index a9f3e52..6023560 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -548,7 +548,7 @@ It is legal to have several entries with the same type. | type | `value_type` | type of the variables | -## Control flow operators ([described here](Semantics.md#control-flow-structures)) +## Control flow operators ([described here](Semantics.md#control-constructs-and-instructions)) | Name | Opcode | Immediates | Description | | ---- | ---- | ---- | ---- | |
