From 53e4e7fc3d5df29ca8287a3e39dc9dd865706ca0 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 14 Dec 2015 02:51:34 +0000 Subject: * 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 --- ChangeLog | 5 +++++ lib/cgi.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9059fda1f2..424ebd8a6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 14 11:41:59 2015 SHIBATA Hiroshi + + * 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 * compile.c: fix typos. diff --git a/lib/cgi.rb b/lib/cgi.rb index ae73fe37f6..51f465ea18 100644 --- a/lib/cgi.rb +++ b/lib/cgi.rb @@ -80,7 +80,7 @@ # # For instance, suppose the request contains the parameter # "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["favourite_colours"] # => "blue" -- cgit v1.2.3