From a062b9a594ad8d42b0e347da786d42818865abcf Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 25 Aug 2025 09:21:05 +0200 Subject: [ruby/json] Remove reference to fast_generate https://github.com/ruby/json/commit/19bcfdd8d8 --- ext/json/lib/json/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/json/lib/json/common.rb b/ext/json/lib/json/common.rb index e99d152a88..2859a8c63f 100644 --- a/ext/json/lib/json/common.rb +++ b/ext/json/lib/json/common.rb @@ -391,7 +391,7 @@ module JSON # # Returns a \String containing the generated \JSON data. # - # See also JSON.fast_generate, JSON.pretty_generate. + # See also JSON.pretty_generate. # # Argument +obj+ is the Ruby object to be converted to \JSON. # -- cgit v1.2.3