summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-20 15:50:42 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-20 16:43:39 +0900
commit26831719948f4ab6fdffdfcd8083be23aa300436 (patch)
tree1b81daf1c2c8d2ba54442eebbb343186840c0984 /NEWS
parent1de242de0fdec873eb5138ebdf09eaf0f6297967 (diff)
[DOC] DOT is not a part of a receiver [ci skip]
[Feature #11297] [Feature #16123]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a4d7817954..70c5ff6bdf 100644
--- a/NEWS
+++ b/NEWS
@@ -77,7 +77,7 @@ sufficient information, see the ChangeLog file or Redmine
# .bar
.baz # => foo.baz
-* Calling a private method with a literal <code>self.</code> as the receiver
+* Calling a private method with a literal <code>self</code> as the receiver
is now allowed. [Feature #11297] [Feature #16123]
=== Core classes updates (outstanding ones only)