diff options
author | Burdette Lamar <[email protected]> | 2021-11-25 13:14:10 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-25 13:14:10 -0600 |
commit | e469ebd7d35bbb190395378c37f1f1051d243948 (patch) | |
tree | 1182dd5fe0fcd1dd0245cff38d56ac0c75bcf114 /numeric.c | |
parent | b0bbcaedc7c855be1df8c3bbbfd7b80424905047 (diff) |
Correct indentation error in numeric.c (#5178)
Notes
Notes:
Merged-By: BurdetteLamar <[email protected]>
Diffstat (limited to 'numeric.c')
-rw-r--r-- | numeric.c | 8 |
1 files changed, 4 insertions, 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 * |