Skip to content

Commit 6e36206

Browse files
manwaroalders
authored andcommitted
Fixed minor typo in the pod.
1 parent a2766f4 commit 6e36206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/HTTP/Cookies.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ attributes like "Comment" and "CommentURL".
794794
795795
=item $cookie_jar->save( file => $file, ignore_discard => $ignore_discard )
796796
797-
This method file saves the state of the $cookie_jar to a file.
797+
This method saves the state of the $cookie_jar to a file.
798798
The state can then be restored later using the load() method. If a
799799
filename is not specified we will use the name specified during
800800
construction. If the $ignore_discard value is true (or not specified,

0 commit comments

Comments
 (0)