Dave Gauer 4 лет назад
Родитель
Сommit
35e99e625d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      exercises/51_values.zig

+ 2 - 2
exercises/51_values.zig

@@ -141,8 +141,8 @@ pub fn main() void {
     // NOTE:
     //
     //     If we tried to do this with a *const Character pointer,
-    //     that would NOT work because that makes the data we would
-    //     get a compiler error because the VALUE becomes immutable!
+    //     that would NOT work and we would get a compiler error
+    //     because the VALUE becomes immutable!
     //
     // Moving along...
     //