From 3a1d3556e2ae5f6083dbd8b97e5b3009eaceaab3 Mon Sep 17 00:00:00 2001 From: aycabta Date: Mon, 15 Jul 2019 15:45:51 +0900 Subject: [PATCH] Fix a typo of Markdown of NEWS --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 31f48984b5..1e38c6c5b8 100644 --- a/NEWS +++ b/NEWS @@ -217,7 +217,7 @@ open-uri:: * The default charset of text/* media type is UTF-8 instead of ISO-8859-1. [Bug #15933] -Pathname: +Pathname:: * Delegates 3 arguments from Pathname.glob to Dir.glob to accept base: keyword.