summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-25 17:42:27 +0900
committerNARUSE, Yui <naruse@airemix.jp>2021-12-25 18:39:24 +0900
commitfe064b130f1d146159ad43ab4df8ff9c9d2ebf32 (patch)
tree3be27be493b7483fcdc9fba2dff320cc5bb410ee
parent3079bffb8db6e637b7025cedf19d44a00727543c (diff)
NEWS: Put spaces to make Method and UnboundMethod links
(cherry picked from commit 30374b4fb77a1407e5ba8e98be03a92c4a317495)
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 3f07e5a90a..3a1f61e12a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -201,7 +201,7 @@ Note: We're only listing outstanding class updates.
* MatchData#match_length is added [[Feature #18172]]
-* Method/UnboundMethod
+* Method / UnboundMethod
* Method#public?, Method#private?, Method#protected?,
UnboundMethod#public?, UnboundMethod#private?,