Fixed a typo #26

This commit is contained in:
Vishal Sodani 2021-02-26 10:49:35 +05:30 committed by GitHub
parent 9d1a29ae2e
commit ec4391ac55

View file

@ -33,7 +33,7 @@ const Color = enum(u32) {
}; };
pub fn main() void { pub fn main() void {
// Remeber Zig's multi-line strings? Here they are again. // Remember Zig's multi-line strings? Here they are again.
// Also, check out this cool format string: // Also, check out this cool format string:
// //
// {x:0>6} // {x:0>6}