diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-08-25 09:21:05 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-08-27 10:01:52 +0900 |
| commit | a062b9a594ad8d42b0e347da786d42818865abcf (patch) | |
| tree | 1d68a2e422cabcb542abc016bf916580ae1b65a0 /ext/json | |
| parent | 97b5df11435d60d4dcdeb9474275cfc694d43b1e (diff) | |
[ruby/json] Remove reference to fast_generate
https://github.com/ruby/json/commit/19bcfdd8d8
Diffstat (limited to 'ext/json')
| -rw-r--r-- | ext/json/lib/json/common.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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. # |
