Kim SHrier 2 лет назад
Родитель
Сommit
db653d29ee
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exercises/096_memory_allocation.zig

+ 1 - 1
exercises/096_memory_allocation.zig

@@ -30,7 +30,7 @@
 //         std.debug.print("slice_ptr={*}\n", .{slice_ptr});
 //     }
 
-// Instead of an simple integer or a constant sized slice, this
+// Instead of a simple integer or a constant sized slice, this
 // program requires a slice to be allocated that is the same size as
 // an input array.