diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ostruct.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ostruct.rb b/lib/ostruct.rb index 1203d10e47..c03d912d6f 100644 --- a/lib/ostruct.rb +++ b/lib/ostruct.rb @@ -308,7 +308,7 @@ class OpenStruct # Finds and returns the object in nested objects # that is specified by +name+ and +identifiers+. # The nested objects may be instances of various classes. - # See {Dig Methods}[rdoc-ref:doc/dig_methods.rdoc]. + # See {Dig Methods}[rdoc-ref:dig_methods.rdoc]. # # Examples: # require "ostruct" |