Zig fmt
This commit is contained in:
parent
cac2b014c5
commit
469df7bfcd
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||||
|
|
Loading…
Reference in a new issue