Compare commits

..

No commits in common. "6900c77a3202a5aacc9405b3c96267214d1cc87b" and "cac2b014c59a4fd7f2e122794b1464acbccf1e7c" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View file

@ -6,11 +6,6 @@ clone:
lfs: false
pipeline:
fmt:
image: alpine
- curl https://ziglang.org/download/0.10.0/zig-linux-x86_64-0.10.0.tar.xz | xz -d | tar -x
- ./zig-linux-x86_64-0.10.0/zig fmt --check src/ tests/ build.zig
unit-tests:
image: alpine
commands:

View file

@ -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`