From 30374b4fb77a1407e5ba8e98be03a92c4a317495 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 25 Dec 2021 17:42:27 +0900 Subject: [PATCH] NEWS: Put spaces to make Method and UnboundMethod links --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?,