Fixed a typo #26

This commit is contained in:
Vishal Sodani 2021-02-26 10:49:35 +05:30 committed by GitHub
parent c80e43ef65
commit ef5778cf19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}