summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-03-17 10:11:38 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-03-17 10:11:38 +0900
commitd06f787e9fdeb5e3440977250aa8609827e00a52 (patch)
treefccccce025a7abe2a84a543c33f35822e6625a2d /lib
parent59a1a8185fb15a8aa727eae1c55ee7a7b6366daf (diff)
Fix broken links of rdoc
- `www.ruby-lang.org` links to `./www.ruby-lang.org` - `cgi['field_name']` links to `./'field_name'`
Diffstat (limited to 'lib')
-rw-r--r--lib/cgi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cgi.rb b/lib/cgi.rb
index af466bc673..affe8fd3fc 100644
--- a/lib/cgi.rb
+++ b/lib/cgi.rb
@@ -162,7 +162,7 @@
# cgi.has_key?('field_name')
# cgi.include?('field_name')
#
-# CAUTION! cgi['field_name'] returned an Array with the old
+# CAUTION! <code>cgi['field_name']</code> returned an Array with the old
# cgi.rb(included in Ruby 1.6)
#
# === Get form values as hash