Skip to content

Commit 6d42313

Browse files
authored
Typo: u33 => s33 (#21)
1 parent ca66aad commit 6d42313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/custom-descriptors/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ Exact heap types are introduced with a prefix byte:
584584
heaptype :: ... | 0x62 x:u32 => exact x
585585
```
586586

587-
Note that the type index being encoded as a `u32` instead of a `u33`
587+
Note that the type index being encoded as a `u32` instead of an `s33`
588588
intentionally makes it impossible to encode an exact abstract heap type.
589589

590590
### Instructions

0 commit comments

Comments
 (0)