mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Correct indentation error in numeric.c (#5178)
This commit is contained in:
parent
b0bbcaedc7
commit
e469ebd7d3
Notes:
git
2021-11-26 04:14:38 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue