Skip to content

Commit 29126b3

Browse files
committed
Fix prose constant typo to match the code
1 parent da1cd55 commit 29126b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/CanonicalABI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ free list in the free elements of `array`.
387387
self.free.append(i)
388388
return h
389389
```
390-
The handle index limit of `2**20` ensures that the high 2 bits of handle
390+
The handle index limit of `2**30` ensures that the high 2 bits of handle
391391
indices are unset and available for other use in guest code (e.g., for tagging,
392392
packed words or sentinel values).
393393

0 commit comments

Comments
 (0)