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

Merge pull request 'Fixed error message through a TAB in the comment, see https://github.com/ziglang/zig/issues/20928' (#137) from work into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/137
Chris Boesch 1 год назад
Родитель
Сommit
28320b169f
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      exercises/103_tokenization.zig

+ 3 - 3
exercises/103_tokenization.zig

@@ -119,9 +119,9 @@
 // after all we need some practice. Suppose we want to count the words
 // of this little poem:
 //
-// 	My name is Ozymandias, King of Kings;
-// 	Look on my Works, ye Mighty, and despair!
-// 	 by Percy Bysshe Shelley
+//      My name is Ozymandias, King of Kings;
+//      Look on my Works, ye Mighty, and despair!
+//            by Percy Bysshe Shelley
 //
 //
 const std = @import("std");