diff options
author | ohbarye <[email protected]> | 2019-08-10 01:56:40 +0900 |
---|---|---|
committer | Aaron Patterson <[email protected]> | 2019-08-09 16:23:49 -0700 |
commit | b1678338e545589540b1dd85dee6a18fd98aa8ed (patch) | |
tree | 5c91ea4138c144f5da869c18dca7e7f196999b2a /lib/cgi | |
parent | 162cf2879af592f8aa458311486749bed9a6bf55 (diff) |
Fix typo: duplicated the [skip-ci]
Diffstat (limited to 'lib/cgi')
-rw-r--r-- | lib/cgi/cookie.rb | 2 |
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. |