summaryrefslogtreecommitdiff
path: root/doc/NEWS-2.2.0
diff options
context:
space:
mode:
Diffstat (limited to 'doc/NEWS-2.2.0')
-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.