authorgravatar for thejoshwolfe@gmail.comJosh Wolfe <thejoshwolfe@gmail.com> 2025-08-29 20:32:46-04:00
committergravatar for thejoshwolfe@gmail.comJosh Wolfe <thejoshwolfe@gmail.com> 2025-08-30 22:36:30-04:00
logbc05dc4c7db6e32131af7127d49b10486805ad93
treed377bfc7dd2266ea4cd70e0930ac852397100ba7
parent9df8a48667af45f67cd12c02d2e77f1dd67ea373

typo


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/cli.zig+1-1
...@@ -160,7 +160,7 @@ test parse {...@@ -160,7 +160,7 @@ test parse {
160 /// First positional (non-named) argument:160 /// First positional (non-named) argument:
161 input: [:0]const u8 = "",161 input: [:0]const u8 = "",
162 /// Second positional argument is declared as optional:162 /// Second positional argument is declared as optional:
163 reptitions: u32 = 1,163 repititions: u32 = 1,
164 /// Receives the rest of the positional arguments.164 /// Receives the rest of the positional arguments.
165 @"the-rest": []const [:0]const u8 = &.{},165 @"the-rest": []const [:0]const u8 = &.{},
166 },166 },