summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-07 13:59:38 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-07 13:59:38 +0900
commitbc646e6715bc0113e800f4d7f4dec7bb34123cc1 (patch)
tree4e1663be22577642481789b1e7d345e912d56204 /doc
parente73e4b3e9fa696926217b56b26c030570a3686c5 (diff)
[DOC] get rid of parsing as TIDYLINK unintentionally
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS-2.2.02
1 files changed, 1 insertions, 1 deletions
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.