This commit is contained in:
jaina heartles 2022-12-18 04:51:23 -08:00
parent cac2b014c5
commit 469df7bfcd
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ pub const Iter = struct {
/// + pub fn parse([]const u8) !F /// + pub fn parse([]const u8) !F
/// ///
/// Boolean Parameters: /// 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`: /// parameter `foo: bool = false`:
/// - `?foo` /// - `?foo`
/// - `?foo=true` /// - `?foo=true`