From bc646e6715bc0113e800f4d7f4dec7bb34123cc1 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 7 Apr 2020 13:59:38 +0900 Subject: [DOC] get rid of parsing as TIDYLINK unintentionally --- doc/NEWS-2.2.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/NEWS-2.2.0 b/doc/NEWS-2.2.0 index 5564c606ae..4a029a90f2 100644 --- a/doc/NEWS-2.2.0 +++ b/doc/NEWS-2.2.0 @@ -90,7 +90,7 @@ with all sufficient information, see the ChangeLog file. * Method * New methods: - * Method#curry([arity]) returns a curried Proc. + * Method#curry([ arity ]) returns a curried Proc. * Method#super_method returns a Method of superclass, which would be called when super is used. -- cgit v1.2.3