summaryrefslogtreecommitdiff
path: root/lib/cgi
diff options
context:
space:
mode:
authorohbarye <over.rye@gmail.com>2019-08-10 01:56:40 +0900
committerAaron Patterson <tenderlove@ruby-lang.org>2019-08-09 16:23:49 -0700
commitb1678338e545589540b1dd85dee6a18fd98aa8ed (patch)
tree5c91ea4138c144f5da869c18dca7e7f196999b2a /lib/cgi
parent162cf2879af592f8aa458311486749bed9a6bf55 (diff)
Fix typo: duplicated the [skip-ci]
Diffstat (limited to 'lib/cgi')
-rw-r--r--lib/cgi/cookie.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cgi/cookie.rb b/lib/cgi/cookie.rb
index 5033357ab6..99f4b20f56 100644
--- a/lib/cgi/cookie.rb
+++ b/lib/cgi/cookie.rb
@@ -57,7 +57,7 @@ class CGI
#
# name:: the name of the cookie. Required.
# value:: the cookie's value or list of values.
- # path:: the path for which this cookie applies. Defaults to the
+ # path:: the path for which this cookie applies. Defaults to
# the value of the +SCRIPT_NAME+ environment variable.
# domain:: the domain for which this cookie applies.
# expires:: the time at which this cookie expires, as a +Time+ object.