mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
Fixed a typo #26
This commit is contained in:
parent
9d1a29ae2e
commit
ec4391ac55
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const Color = enum(u32) {
|
|||
};
|
||||
|
||||
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:
|
||||
//
|
||||
// {x:0>6}
|
||||
|
|
Loading…
Reference in a new issue