Browse Source

Update 099_formatting.zig

typo fixed
Chris Boesch 2 years ago
parent
commit
99891b53fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exercises/099_formatting.zig

+ 1 - 1
exercises/099_formatting.zig

@@ -41,7 +41,7 @@
 // Since we basically write to debug output in Ziglings, our output usually
 // 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?
 //