ruby-changes:73726
From: Samuel <ko1@a...>
Date: Sun, 25 Sep 2022 19:34:41 +0900 (JST)
Subject: [ruby-changes:73726] a95b741a97 (master): [ruby/bigdecimal] Remove trailing whitespace.
https://git.ruby-lang.org/ruby.git/commit/?id=a95b741a97 From a95b741a973438a3ea666b8997efa8194e1fd5e7 Mon Sep 17 00:00:00 2001 From: Samuel Williams <samuel.williams@o...> Date: Sun, 25 Sep 2022 23:34:19 +1300 Subject: [ruby/bigdecimal] Remove trailing whitespace. https://github.com/ruby/bigdecimal/commit/223d193f01 --- ext/bigdecimal/bigdecimal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c index 06c8251cc2..61a8d4d8d5 100644 --- a/ext/bigdecimal/bigdecimal.c +++ b/ext/bigdecimal/bigdecimal.c @@ -3607,9 +3607,9 @@ BigDecimal_limit(int argc, VALUE *argv, VALUE self) https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/bigdecimal.c#L3607 /* Returns the sign of the value. * * Returns a positive value if > 0, a negative value if < 0. - * It behaves the same with zeros - + * It behaves the same with zeros - * it returns a positive value for a positive zero (BigDecimal('0')) and - * a negative value for a negative zero (BigDecimal('-0')). + * a negative value for a negative zero (BigDecimal('-0')). * * The specific value returned indicates the type and sign of the BigDecimal, * as follows: -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/