diff --git a/src/http/urlencode.zig b/src/http/urlencode.zig index bd97f50..fdfb680 100644 --- a/src/http/urlencode.zig +++ b/src/http/urlencode.zig @@ -68,7 +68,7 @@ pub const Iter = struct { /// + pub fn parse([]const u8) !F /// /// Boolean Parameters: -/// The following query strings will all parse a `true` value for the +/// The following query strings will all parse a `true` value for the /// parameter `foo: bool = false`: /// - `?foo` /// - `?foo=true`