mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-01 16:03:31 +02:00
fix grammar isn't -> doesn't
This commit is contained in:
committed by
GitHub
co-authored by
GitHub
parent
6955f2c067
commit
889b8e8fe6
@@ -121,7 +121,7 @@ pub fn main() void {
|
||||
// Alas, we can't use a regular 'for' loop here because
|
||||
// 'fields' can only be evaluated at compile time. It seems
|
||||
// like we're overdue to learn about this "comptime" stuff,
|
||||
// isn't it? :-)
|
||||
// doesn't it? :-)
|
||||
|
||||
print(".\n", .{});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user