aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-17 01:56:28 +0900
committernsfisis <nsfisis@gmail.com>2023-03-17 01:56:28 +0900
commit77d1d07fbc1b8e27125d5d727e1551e9aeaac6c2 (patch)
tree9df529139da165452ba2db2e33a28898a97dea4a /public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
parent0766039bd9e6b9f5e6334e84666f5be698d41fc3 (diff)
downloadblog.nsfisis.dev-77d1d07fbc1b8e27125d5d727e1551e9aeaac6c2.tar.gz
blog.nsfisis.dev-77d1d07fbc1b8e27125d5d727e1551e9aeaac6c2.tar.zst
blog.nsfisis.dev-77d1d07fbc1b8e27125d5d727e1551e9aeaac6c2.zip
fix(content): fix XML notations
Diffstat (limited to 'public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html')
-rw-r--r--public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html17
1 files changed, 4 insertions, 13 deletions
diff --git a/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html b/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
index f66ae0b..25fb3bb 100644
--- a/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
+++ b/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
@@ -260,29 +260,20 @@ c
<h2><a href="#section--_まとめ">まとめ</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>
- <p>
- 通常は改行しておけばよい
- </p>
+ 通常は改行しておけばよい
</li>
</ul>
</li>
<li>
- <p>
- 3.0 で入る予定の<code>case</code>-<code>in</code>でも<code>then</code>等が必要になる
- </p>
+ 3.0 で入る予定の<code>case</code>-<code>in</code>でも<code>then</code>等が必要になる
</li>
<li>
- <p>
- Ruby の構文を正確に知るには (現状)<code>parse.y</code>を直接読めばよい
- </p>
+ Ruby の構文を正確に知るには (現状)<code>parse.y</code>を直接読めばよい
</li>
</ul>
</section>