summaryrefslogtreecommitdiff
path: root/exercises/103_tokenization.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-08-04 12:20:10 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-08-04 12:20:10 +0000
commit28320b169f0db67e9a6f91a9dbba66fbfe67a8fe (patch)
tree9a9d060fdd0799ea75012ce2ae04c620d3d824e3 /exercises/103_tokenization.zig
parente8f09190d6274466380e2c911a4add9d00248c2f (diff)
parentb26e3b2ac488e609896f166d3c48297960e7f598 (diff)
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
Diffstat (limited to 'exercises/103_tokenization.zig')
-rw-r--r--exercises/103_tokenization.zig6
1 files changed, 3 insertions, 3 deletions
diff --git a/exercises/103_tokenization.zig b/exercises/103_tokenization.zig
index eded880..6f71177 100644
--- a/exercises/103_tokenization.zig
+++ b/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");