Update 099_formatting.zig

typo fixed
This commit is contained in:
Chris Boesch 2023-04-19 22:14:06 +02:00 committed by GitHub
parent 83d839bf49
commit 1832080daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@
// Since we basically write to debug output in Ziglings, our output usually // Since we basically write to debug output in Ziglings, our output usually
// looks like this: // looks like this:
// //
// std.debug.print("Text {placeholder} another text \n", .{variable}); // print("Text {placeholder} another text \n", .{variable});
// //
// But how is the statement just shown formatted? // But how is the statement just shown formatted?
// //