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

ruby-changes:62752

From: Benoit <ko1@a...>
Date: Sat, 29 Aug 2020 19:31:00 +0900 (JST)
Subject: [ruby-changes:62752] a11b9ca01c (master): Some fixes in NEWS.md

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

From a11b9ca01cef170d232c6b99bef86a52a9710df9 Mon Sep 17 00:00:00 2001
From: Benoit Daloze <eregontp@g...>
Date: Sat, 29 Aug 2020 12:00:23 +0200
Subject: Some fixes in NEWS.md


diff --git a/NEWS.md b/NEWS.md
index acaaeab..d166046 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -124,11 +124,11 @@ Outstanding ones only. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L124
     * Modified method
 
         * Kernel#clone when called with `freeze: false` keyword will call
-          #initialize_clone with the `freeze: false` keyword.
+          `#initialize_clone` with the `freeze: false` keyword.
           [[Bug #14266]]
 
         * Kernel#clone when called with `freeze: true` keyword will call
-          #initialize_clone with the `freeze: true` keyword, and will
+          `#initialize_clone` with the `freeze: true` keyword, and will
           return a frozen copy even if the receiver is unfrozen.
           [[Feature #16175]]
 
@@ -235,7 +235,7 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L235
         * set
         * tempfile
         * tmpdir
-        * werkref
+        * weakref
 
 * Bundled gems
 
-- 
cgit v0.10.2


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

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