Skip to content

Commit bc1b8e8

Browse files
committed
aio: fix comment
1 parent 4f5eebe commit bc1b8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aio.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub const Options = struct {
1616
backend_override: ?type = null,
1717
/// Max thread count for a thread pool if a backend requires one.
1818
/// By default use the cpu core count.
19-
/// Use count 1 to disable threading in multi-threaded builds.
19+
/// Use 0 to disable threading in multi-threaded builds.
2020
/// In single-threaded builds this option is ignored.
2121
max_threads: ?u32 = null,
2222
/// Operations that the main backend must support.

0 commit comments

Comments
 (0)