From a11b9ca01cef170d232c6b99bef86a52a9710df9 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 29 Aug 2020 12:00:23 +0200 Subject: Some fixes in NEWS.md --- NEWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index acaaeabdce..d1660461b2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -124,11 +124,11 @@ Outstanding ones only. * 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. * set * tempfile * tmpdir - * werkref + * weakref * Bundled gems -- cgit v1.2.3