[前][次][番号順一覧][スレッド一覧]

ruby-changes:70064

From: Junichi <ko1@a...>
Date: Sun, 5 Dec 2021 19:07:21 +0900 (JST)
Subject: [ruby-changes:70064] e818193784 (master): Fix wrong indentation in NEWS.md [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=e818193784

From e818193784f31b405a7f087b56fe79bb8dbce395 Mon Sep 17 00:00:00 2001
From: Junichi Ito <jit@s...>
Date: Sun, 5 Dec 2021 17:15:45 +0900
Subject: Fix wrong indentation in NEWS.md [ci skip]

---
 NEWS.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index dc867fe9dee..5e7368002c4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -51,9 +51,9 @@ Note that each entry is kept to a minimum, see links for details. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L51
     In Ruby before 3.1.0, multiple assignment did not follow this
     evaluation order.  With this code:
 
-      ```ruby
-      foo[0], bar.baz = a, b
-      ```
+    ```ruby
+    foo[0], bar.baz = a, b
+    ```
 
     Versions of Ruby before 3.1.0 would evaluate in the following
     order
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]