mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
typo
This commit is contained in:
parent
9df8a48667
commit
bc05dc4c7d
@ -160,7 +160,7 @@ test parse {
|
||||
/// First positional (non-named) argument:
|
||||
input: [:0]const u8 = "",
|
||||
/// Second positional argument is declared as optional:
|
||||
reptitions: u32 = 1,
|
||||
repititions: u32 = 1,
|
||||
/// Receives the rest of the positional arguments.
|
||||
@"the-rest": []const [:0]const u8 = &.{},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user