| author | |
| committer | |
| log | bc05dc4c7db6e32131af7127d49b10486805ad93 |
| tree | d377bfc7dd2266ea4cd70e0930ac852397100ba7 |
| parent | 9df8a48667af45f67cd12c02d2e77f1dd67ea373 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/cli.zig+1-1| ... | ... | @@ -160,7 +160,7 @@ test parse { |
| 160 | 160 | /// First positional (non-named) argument: |
| 161 | 161 | input: [:0]const u8 = "", |
| 162 | 162 | /// Second positional argument is declared as optional: |
| 163 | reptitions: u32 = 1, | |
| 163 | repititions: u32 = 1, | |
| 164 | 164 | /// Receives the rest of the positional arguments. |
| 165 | 165 | @"the-rest": []const [:0]const u8 = &.{}, |
| 166 | 166 | }, |