Skip to content

Commit 5c54dcd

Browse files
abrownlukewagner
andcommitted
Update design/mvp/Binary.md
Co-authored-by: Luke Wagner <[email protected]>
1 parent 99740de commit 5c54dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Binary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ canon ::= 0x00 0x00 f:<core:funcidx> opts:<opts> ft:<typeidx> => (canon lift
317317
| 0x22 => (canon waitable-set.drop (core func)) 🔀
318318
| 0x23 => (canon waitable.join (core func)) 🔀
319319
| 0x40 ft:<typeidx> => (canon thread.spawn_ref ft (core func)) 🧵
320-
| 0x41 ft:<typeidx> t:<core:tableidx> => (canon thread.spawn_indirect ft (table t) (core func)) 🧵
320+
| 0x41 ft:<typeidx> tbl:<core:tableidx> => (canon thread.spawn_indirect ft tbl (core func)) 🧵
321321
| 0x42 => (canon thread.available_parallelism (core func)) 🧵
322322
async? ::= 0x00 =>
323323
| 0x01 => async

0 commit comments

Comments
 (0)