Skip to content

Commit b26e3b2

Browse files
author
Chris Boesch
committed
Fixed error message through a TAB in the comment, see ziglang/zig#20928
1 parent 7705473 commit b26e3b2

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)