diff options
| author | BurdetteLamar <burdettelamar@yahoo.com> | 2026-02-07 19:38:19 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2026-02-07 19:44:23 +0000 |
| commit | d5af159556b63c97ee35199dd7c70b5127e58cb3 (patch) | |
| tree | 92b066db56f521584534bdf2c86a4d8ee211404e | |
| parent | 2e398533e14915bb8c650975f784f2693171d39a (diff) | |
[ruby/json] [DOC] Another link fix
https://github.com/ruby/json/commit/0bbcf80373
| -rw-r--r-- | ext/json/lib/json/ext/generator/state.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/lib/json/ext/generator/state.rb b/ext/json/lib/json/ext/generator/state.rb index ce5c185cab..e4f425af6a 100644 --- a/ext/json/lib/json/ext/generator/state.rb +++ b/ext/json/lib/json/ext/generator/state.rb @@ -9,7 +9,7 @@ module JSON # Instantiates a new State object, configured by _opts_. # # Argument +opts+, if given, contains a \Hash of options for the generation. - # See {Generating Options}[#module-JSON-label-Generating+Options]. + # See {Generating Options}[rdoc-ref:JSON@Generating+Options]. def initialize(opts = nil) if opts && !opts.empty? configure(opts) |
