summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-05-06 00:20:40 +0900
committernsfisis <nsfisis@gmail.com>2025-05-06 00:20:40 +0900
commitd8c7e198e4338be30a33909666083154056eedba (patch)
tree0c1c70f3f6d90dec91f9808506f14b732a451ff0 /vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
parentbcca40d0e7a9ddf0a487cb2b0c9819f332ac73f2 (diff)
downloadnsfisis.dev-d8c7e198e4338be30a33909666083154056eedba.tar.gz
nsfisis.dev-d8c7e198e4338be30a33909666083154056eedba.tar.zst
nsfisis.dev-d8c7e198e4338be30a33909666083154056eedba.zip
feat(blog/nuldoc): fix processing of tight list
Diffstat (limited to 'vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html')
-rw-r--r--vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html b/vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
index 614957e4..fc041fdd 100644
--- a/vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
@@ -262,9 +262,7 @@
<h2><a href="#section--outro">まとめ</a></h2>
<ul>
<li>
- <p>
- <code>if</code> や <code>case</code> の条件の後ろには <code>then</code>、<code>;</code>、改行のいずれかが必要
- </p>
+ <code>if</code> や <code>case</code> の条件の後ろには <code>then</code>、<code>;</code>、改行のいずれかが必要
<ul>
<li>
通常は改行しておけばよい