Skip to content

Commit

Permalink
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 mrkn committed Dec 6, 2023
1 parent 6e9c24b commit 581725d
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 @@ -4372,7 +4372,7 @@ BigDecimal_negative_zero(void)
* - {#to_json}[https://docs.ruby-lang.org/en/master/BigDecimal.html#method-i-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 581725d

Please sign in to comment.