Skip to content

Commit

Permalink
[ruby/bigdecimal] Clarify that JSON methods come from the JSON gem
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 authored and matzbot committed Dec 6, 2023
1 parent 4a7151a commit 64ab04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/bigdecimal/bigdecimal.c
Expand Up @@ -4372,7 +4372,7 @@ BigDecimal_negative_zero(void)
* - {#to_json}[rdoc-ref:BigDecimal#to_json]:
* Returns a \JSON string representing +self+.
*
* To make these methods available:
* These methods are provided by the {JSON gem}[https://github.com/flori/json]. To make these methods available:
*
* require 'json/add/bigdecimal'
*
Expand Down

0 comments on commit 64ab04d

Please sign in to comment.