[DOC] Fix typo in call-seq for Float#round

This commit is contained in:
Peter Zhu 2024-01-06 09:34:54 -05:00
Родитель 9b78ef7552
Коммит 0831d960bf
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2449,7 +2449,7 @@ rb_int_truncate(VALUE num, int ndigits)
/*
* call-seq:
* round(ndigits = 0, half: :up]) -> integer or float
* round(ndigits = 0, half: :up) -> integer or float
*
* Returns +self+ rounded to the nearest value with
* a precision of +ndigits+ decimal digits.