We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca66aad commit 6d42313Copy full SHA for 6d42313
proposals/custom-descriptors/Overview.md
@@ -584,7 +584,7 @@ Exact heap types are introduced with a prefix byte:
584
heaptype :: ... | 0x62 x:u32 => exact x
585
```
586
587
-Note that the type index being encoded as a `u32` instead of a `u33`
+Note that the type index being encoded as a `u32` instead of an `s33`
588
intentionally makes it impossible to encode an exact abstract heap type.
589
590
### Instructions
0 commit comments