From 469df7bfcd57c5c6f31c413f30acfcd991d6e049 Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Sun, 18 Dec 2022 04:51:23 -0800 Subject: [PATCH] Zig fmt --- src/http/urlencode.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`