aboutsummaryrefslogtreecommitdiffstats
path: root/range.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-09-02 12:44:28 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-09-02 13:30:16 +0900
commit6321330461a31126d92314d379faf62d0f0ea46a (patch)
tree5c473020d1da3f6471a2e5f5455acdc798627b04 /range.c
parent5e16857315bf55307c5fc887ca6f03bfa0630a93 (diff)
downloadruby-6321330461a31126d92314d379faf62d0f0ea46a.tar.gz
Removed trailing spaces [ci skip]
Diffstat (limited to 'range.c')
-rw-r--r--range.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/range.c b/range.c
index 59d8aefb23..224e5d3336 100644
--- a/range.c
+++ b/range.c
@@ -1215,7 +1215,7 @@ range_min(int argc, VALUE *argv, VALUE range)
* range are integers), and no arguments or block are provided, returns
* last value in the range (1 before the end). Otherwise, if +self+ is
* an exclusive, numeric range, raises a TypeError.
- *
+ *
* Returns +nil+ if the begin value of the range larger than the
* end value. Returns +nil+ if the begin value of an exclusive
* range is equal to the end value. Raises a RangeError if called on