mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
fix grammar isn't -> doesn't
This commit is contained in:
parent
6955f2c067
commit
889b8e8fe6
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ pub fn main() void {
|
||||||
// Alas, we can't use a regular 'for' loop here because
|
// Alas, we can't use a regular 'for' loop here because
|
||||||
// 'fields' can only be evaluated at compile time. It seems
|
// 'fields' can only be evaluated at compile time. It seems
|
||||||
// like we're overdue to learn about this "comptime" stuff,
|
// like we're overdue to learn about this "comptime" stuff,
|
||||||
// isn't it? :-)
|
// doesn't it? :-)
|
||||||
|
|
||||||
print(".\n", .{});
|
print(".\n", .{});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue