Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 2831fbe

Browse files
Update src/io.zig
Co-authored-by: Pierre Tachoire <[email protected]>
1 parent 2df5438 commit 2831fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub fn Wrapper(IO_T: type) type {
3535
// who should reference the base IO API in Ctx.io field
3636

3737
// NOTE: Ctx is already known (ie. @import("std/http/Client.zig").Ctx)
38-
// but we require to provide it's type (comptime) as argument
38+
// but we require to provide its type (comptime) as argument
3939
// to avoid dependency loop
4040
// ie. Wrapper requiring Ctx and Ctx requiring Wrapper
4141

0 commit comments

Comments
 (0)