* complex.c: [DOC] fix grammar and typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2017-10-29 20:50:55 +00:00
Родитель 55fd3e15b1
Коммит 3d58c86f64
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1353,8 +1353,8 @@ nucomp_inspect(VALUE self)
* call-seq:
* cmp.finite? -> true or false
*
* Returns +true+ if +cmp+'s magnitude is finite number,
* oterwise returns +false+.
* Returns +true+ if +cmp+'s magnitude is a finite number,
* otherwise returns +false+.
*/
static VALUE
rb_complex_finite_p(VALUE self)