Update 099_formatting.zig

typo fixed
pull/2/head
Chris Boesch 1 year ago committed by GitHub
parent 4435cebe7a
commit 99891b53fb

@ -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?
// //

Loading…
Cancel
Save