diff options
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 8327a88..5c59b35 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -157,7 +157,7 @@ A packed tuple that describes the limits of a | Field | Type | Description | | ----- | ----- | ----- | -| flags | `varuint1` | set if the maximum field is present | +| flags | `varuint1` | `1` if the maximum field is present, `0` otherwise | | initial | `varuint32` | initial length (in units of table elements or wasm pages) | | maximum | `varuint32`? | only present if specified by `flags` | |
