summaryrefslogtreecommitdiffstatshomepage
path: root/exercises
diff options
context:
space:
mode:
Diffstat (limited to 'exercises')
-rw-r--r--exercises/03_assignment.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/03_assignment.zig b/exercises/03_assignment.zig
index 1a27d39..662fd18 100644
--- a/exercises/03_assignment.zig
+++ b/exercises/03_assignment.zig
@@ -21,7 +21,7 @@
// bar can hold 16 bits (0 to 65,535)
//
// const foo: u8 = 20;
-// var bar: u16 = 2000;
+// const bar: u16 = 2000;
//
// You can do just about any combination of these that you can think of:
//