Dave Gauer 4 лет назад
Родитель
Сommit
03eb291d39
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exercises/076_sentinels.zig

+ 1 - 1
exercises/076_sentinels.zig

@@ -36,7 +36,7 @@
 // that with regular many-item pointers!).
 //
 // Important: the sentinel value must be of the same type as the
-// data being termined!
+// data being terminated!
 //
 const print = @import("std").debug.print;