Skip to content

Commit b52270d

Browse files
authored
Update Overview.md
1 parent 4347702 commit b52270d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/memory64/Overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ have to support 32-bit memory addresses in their ABI.
4949
- `idxtype ::= i32 | i64`
5050

5151
* The [limits][syntax limits] structure is parameterised by index syntax
52-
- `limits_iv ::= {min iv, max iv?}`
52+
- `limits(iv) ::= {min iv, max iv?}`
5353
The parameter is omitted where it is immaterial.
5454

5555
* The [table type][syntax tabletype] continues to use i32 indices
56-
- `tabletype ::= limits_i32 elemtype`
56+
- `tabletype ::= limits(i32) elemtype`
5757

5858
* The [memory type][syntax memtype] structure is extended to have an index type
59-
- `memtype ::= idxtype limits_iv (iff idxtype = type(iv))`
59+
- `memtype ::= idxtype limits(type(iv))`
6060
- where
6161
```
6262
type(\i32) = \I32

0 commit comments

Comments
 (0)