Просмотр исходного кода

Update exercises/093_hello_c.zig

small typo
Chris Boesch 1 год назад
Родитель
Сommit
7bfd7adce8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exercises/093_hello_c.zig

+ 1 - 1
exercises/093_hello_c.zig

@@ -40,7 +40,7 @@
 // our well-known "import" for Zig
 const std = @import("std");
 
-// and here the new the import for C
+// and here the new import for C
 const c = @cImport({
     @cInclude("unistd.h");
 });