From 545086d2c7b2905da456896e301a4e197b550f4b Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 22 Jul 2015 00:45:33 +0000 Subject: fix doc for Numeric#coerce [ci skip] * numeric.c (num_coerce): [DOC] fix doc for Numeric#coerce, missing '+'. [Fix GH-974] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index 94e81c65b8..c041cabe76 100644 --- a/numeric.c +++ b/numeric.c @@ -215,7 +215,7 @@ rb_num_negative_p(VALUE num) * call-seq: * num.coerce(numeric) -> array * - * If a +numeric is the same type as +num+, returns an array containing + * If a +numeric+ is the same type as +num+, returns an array containing * +numeric+ and +num+. Otherwise, returns an array with both a +numeric+ and * +num+ represented as Float objects. * -- cgit v1.2.3