From e83c036aba12022fbe91ba8d5028df9a1d6a24d5 Mon Sep 17 00:00:00 2001 From: Jimmi Holst Christensen Date: Sat, 21 Nov 2020 17:01:33 +0100 Subject: Fix spelling error --- clap/args.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clap/args.zig') diff --git a/clap/args.zig b/clap/args.zig index 2868050..f9ad218 100644 --- a/clap/args.zig +++ b/clap/args.zig @@ -142,7 +142,7 @@ pub const ShellIterator = struct { // The state that parses the none quoted part of a argument. .no_quote => switch (c) { - // We are doing parsing a none quoted argument when we hit a + // We're done parsing a none quoted argument when we hit a // whitespace. ' ', '\t', '\n' => { defer iter.str = iter.str[i..]; -- cgit v1.2.3