summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/content/posts
diff options
context:
space:
mode:
Diffstat (limited to 'vhosts/blog/content/posts')
-rw-r--r--vhosts/blog/content/posts/2025-04-20/trick-2025-most-ruby-on-ruby-award.dj2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhosts/blog/content/posts/2025-04-20/trick-2025-most-ruby-on-ruby-award.dj b/vhosts/blog/content/posts/2025-04-20/trick-2025-most-ruby-on-ruby-award.dj
index d9463d1a..6a359191 100644
--- a/vhosts/blog/content/posts/2025-04-20/trick-2025-most-ruby-on-ruby-award.dj
+++ b/vhosts/blog/content/posts/2025-04-20/trick-2025-most-ruby-on-ruby-award.dj
@@ -76,7 +76,7 @@ print "EOS\n"
EOS
```
-変数 `$s` に `print` の 3行分が入っており、それに加えて上下の1行ずつを出力すれば元のソースコードが得られる。実際には `$s` を加工してシンタックスハイライトや振り仮名を振ることになる。
+変数 `$s` に 2 行目、3 行目、4 行目が入っており、それに加えて 1 行目と 5 行目を出力すれば元のソースコードが得られる。実際には `$s` を加工してシンタックスハイライトや振り仮名を振ることになる。
{#syntax-highlight}
## シンタックスハイライト