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

ruby-changes:60234

From: Nobuyoshi <ko1@a...>
Date: Sat, 29 Feb 2020 13:24:56 +0900 (JST)
Subject: [ruby-changes:60234] 2b85591943 (master): Fix up mark-ups in NEWS [ci skip]

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

From 2b8559194320946f56c5b009cb30b80d8f5021b2 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 29 Feb 2020 13:24:29 +0900
Subject: Fix up mark-ups in NEWS [ci skip]


diff --git a/NEWS.md b/NEWS.md
index 99a8619..f8ddbc9 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -43,12 +43,12 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L43
 
     * Modified method
 
-        * Kernel#clone when called with freeze: false keyword will call
-          #initialize_clone with the freeze: false keyword.
+        * Kernel#clone when called with `freeze: false` keyword will call
+          #initialize_clone with the `freeze: false` keyword.
           [[Bug #14266]]
 
         * Kernel#eval when called with two arguments will use "(eval)"
-          for __FILE__ and 1 for __LINE__ in the evaluated code.
+          for `__FILE__` and 1 for `__LINE__` in the evaluated code.
           [[Bug #4352]]
 
 * Module
@@ -103,9 +103,9 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L103
 
 ## Miscellaneous changes
 
-* Methods using ruby2_keywords will no longer keep empty keyword
+* Methods using `ruby2_keywords` will no longer keep empty keyword
   splats, those are now removed just as they are for methods not
-  using ruby2_keywords.
+  using `ruby2_keywords`.
 
 * Taint deprecation warnings are now issued in regular mode in
   addition to verbose warning mode.  [[Feature #16131]]
-- 
cgit v0.10.2


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

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