Skip to content

Commit

Permalink
[ruby/bigdecimal] fix: typo in document comments of f_BigDecimal fu…
Browse files Browse the repository at this point in the history
  • Loading branch information
honood authored and matzbot committed Apr 8, 2023
1 parent 8ec95c6 commit 671cfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/bigdecimal/bigdecimal.c
Original file line number Diff line number Diff line change
Expand Up @@ -3722,7 +3722,7 @@ rb_convert_to_BigDecimal(VALUE val, size_t digs, int raise_exception)
* - Other type:
*
* - Raises an exception if keyword argument +exception+ is +true+.
* - Returns +nil+ if keyword argument +exception+ is +true+.
* - Returns +nil+ if keyword argument +exception+ is +false+.
*
* Raises an exception if +value+ evaluates to a Float
* and +digits+ is larger than Float::DIG + 1.
Expand Down

0 comments on commit 671cfc2

Please sign in to comment.