1
0
Fork 0
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:
Burdette Lamar 2021-11-25 13:14:10 -06:00 committed by GitHub
parent b0bbcaedc7
commit e469ebd7d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2021-11-26 04:14:38 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>

View file

@ -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 * An attempt to add a singleton method to an instance of this class
* causes an exception to be raised. * causes an exception to be raised.
* *
* == What's Here * == What's Here
* *