[DOC] Fix indentation in Numeric#step

This commit is contained in:
Peter Zhu 2024-01-06 11:43:57 -05:00
Родитель e168dbdac5
Коммит d96fe5e4f8
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2966,8 +2966,8 @@ num_step_size(VALUE from, VALUE args, VALUE eobj)
* greater than or equal to +to+ if +by+ is negative.
* If +to+ is +nil+, the sequence is of infinite length.
*
* If a block is given, calls the block with each number in the sequence;
* returns +self+. If no block is given, returns an Enumerator::ArithmeticSequence.
* If a block is given, calls the block with each number in the sequence;
* returns +self+. If no block is given, returns an Enumerator::ArithmeticSequence.
*
* <b>Keyword Arguments</b>
*