Correct indentation error in numeric.c (#5178)

This commit is contained in:
Burdette Lamar 2021-11-25 13:14:10 -06:00 коммит произвёл GitHub
Родитель b0bbcaedc7
Коммит e469ebd7d3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -3468,12 +3468,12 @@ rb_num2ull(VALUE val)
/********************************************************************
*
* Document-class: Integer
* Document-class: Integer
*
* An \Integer object represents an integer value.
* An \Integer object represents an integer value.
*
* An attempt to add a singleton method to an instance of this class
* causes an exception to be raised.
* An attempt to add a singleton method to an instance of this class
* causes an exception to be raised.
*
* == What's Here
*