* lib/cgi.rb: fix a typo in documentation.

[ci skip][fix GH-1140] Patch by @jutaz

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2015-12-14 02:51:34 +00:00
parent 6851be0f0c
commit 53e4e7fc3d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Dec 14 11:41:59 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* lib/cgi.rb: fix a typo in documentation.
[ci skip][fix GH-1140] Patch by @jutaz
Mon Dec 14 11:31:00 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org> Mon Dec 14 11:31:00 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* compile.c: fix typos. * compile.c: fix typos.

View File

@ -80,7 +80,7 @@
# #
# For instance, suppose the request contains the parameter # For instance, suppose the request contains the parameter
# "favourite_colours" with the multiple values "blue" and "green". The # "favourite_colours" with the multiple values "blue" and "green". The
# following behaviour would occur: # following behavior would occur:
# #
# cgi.params["favourite_colours"] # => ["blue", "green"] # cgi.params["favourite_colours"] # => ["blue", "green"]
# cgi["favourite_colours"] # => "blue" # cgi["favourite_colours"] # => "blue"