summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index dc867fe9de..5e7368002c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -51,9 +51,9 @@ Note that each entry is kept to a minimum, see links for details.
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