Skip to content

Commit f3800e0

Browse files
authored
fix the name of thread.available_parallelism in Binary.md (#428)
see #419
1 parent a8b1163 commit f3800e0

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
@@ -287,7 +287,7 @@ canon ::= 0x00 0x00 f:<core:funcidx> opts:<opts> ft:<typeidx> => (canon lift
287287
| 0x07 rt:<typdidx> => (canon resource.drop rt async (core func))
288288
| 0x04 rt:<typeidx> => (canon resource.rep rt (core func))
289289
| 0x05 ft:<typeidx> => (canon thread.spawn ft (core func)) 🧵
290-
| 0x06 => (canon thread.available_concurrency (core func)) 🧵
290+
| 0x06 => (canon thread.available_parallelism (core func)) 🧵
291291
| 0x08 => (canon task.backpressure (core func)) 🔀
292292
| 0x09 ft:<core:typeidx> => (canon task.return ft (core func)) 🔀
293293
| 0x0a async?:<async>? m:<core:memdix> => (canon task.wait async? (memory m) (core func)) 🔀

0 commit comments

Comments
 (0)