From b1678338e545589540b1dd85dee6a18fd98aa8ed Mon Sep 17 00:00:00 2001 From: ohbarye Date: Sat, 10 Aug 2019 01:56:40 +0900 Subject: Fix typo: duplicated the [skip-ci] --- lib/cgi/cookie.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/cgi') 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. -- cgit v1.2.3