Skip to content

Commit 581725d

Browse files
peterzhu2118mrkn
authored andcommitted
Clarify that JSON methods come from the JSON gem
1 parent 6e9c24b commit 581725d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/bigdecimal/bigdecimal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4372,7 +4372,7 @@ BigDecimal_negative_zero(void)
43724372
* - {#to_json}[https://docs.ruby-lang.org/en/master/BigDecimal.html#method-i-to_json]:
43734373
* Returns a \JSON string representing +self+.
43744374
*
4375-
* To make these methods available:
4375+
* These methods are provided by the {JSON gem}[https://github.com/flori/json]. To make these methods available:
43764376
*
43774377
* require 'json/add/bigdecimal'
43784378
*

0 commit comments

Comments
 (0)