Skip to content

Commit

Permalink
Update src/io.zig
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Tachoire <pierre@tch.re>
  • Loading branch information
francisbouvier and krichprollsch authored Nov 21, 2024
1 parent d996742 commit b111de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io.zig
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub fn Wrapper(IO_T: type) type {
// NOTE: Business methods connect, send, recv expect a Ctx
// who should reference the base IO API in Ctx.io field

// NOTE: Ctx is already none (ie. @import("std/http/Client.zig").Ctx)
// NOTE: Ctx is already known (ie. @import("std/http/Client.zig").Ctx)
// but we require to provide it's type (comptime) as argument
// to avoid dependancy loop
// ie. Wrapper requiring Ctx and Ctx requiring Wrapper
Expand Down

0 comments on commit b111de5

Please sign in to comment.