From 64ab04da6ae15243e1615739f2529f37e532943d Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 6 Dec 2023 11:02:17 -0500 Subject: [PATCH] [ruby/bigdecimal] Clarify that JSON methods come from the JSON gem https://github.com/ruby/bigdecimal/commit/581725d4e5 --- ext/bigdecimal/bigdecimal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c index 3234023f68..cb8874d31a 100644 --- a/ext/bigdecimal/bigdecimal.c +++ b/ext/bigdecimal/bigdecimal.c @@ -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' *