summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2020-08-29 12:00:23 +0200
committerBenoit Daloze <eregontp@gmail.com>2020-08-29 12:00:38 +0200
commita11b9ca01cef170d232c6b99bef86a52a9710df9 (patch)
treea3ffe7353f960269c789a8c76b9f1d80b50cd892 /NEWS.md
parent1199f1a4aac3946cb427f2bed73948b02ee14a74 (diff)
Some fixes in NEWS.md
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 3 insertions, 3 deletions
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