treesummaryrefslogcommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig
index 698d41a..ac97974 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -3,7 +3,7 @@ const default = @import("default");
pub fn main() !void {
// Prints to stderr, ignoring potential errors.
- std.debug.print("All your {s} are belong to us.\n", .{"codebase"});
+ std.debug.print("All your {s} are belong to us.\n", .{"codebaze"});
try default.bufferedPrint();
}