Skip to content

Commit 7ec69db

Browse files
author
Chris Boesch
committed
Merge pull request 'Fixed error message through a TAB in the comment, see ziglang/zig#20928' (#137) from work into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/137
2 parents 8d6b38f + a7b4802 commit 7ec69db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/103_tokenization.zig

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
// after all we need some practice. Suppose we want to count the words
120120
// of this little poem:
121121
//
122-
// My name is Ozymandias, King of Kings;
123-
// Look on my Works, ye Mighty, and despair!
124-
// by Percy Bysshe Shelley
122+
// My name is Ozymandias, King of Kings;
123+
// Look on my Works, ye Mighty, and despair!
124+
// by Percy Bysshe Shelley
125125
//
126126
//
127127
const std = @import("std");

0 commit comments

Comments
 (0)