| ... | @@ -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 | }, |