1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Grammar fixes to documentation
Author: Christopher Hoskin <christopher.hoskin@gmail.com>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=101861
Last-Update: 2015-02-01
---
--- libcgi-session-driver-chi-perl-1.0.3.orig/lib/CGI/Session/Driver/chi.pm
+++ libcgi-session-driver-chi-perl-1.0.3/lib/CGI/Session/Driver/chi.pm
@@ -31,9 +31,8 @@ This driver allows L<CGI::Session> to us
=head2 DRIVER ARGUMENTS
-It accept a hash ref with the same arguements to would pass to L<CHI>
-
-An additional arguement chi_class
+The init sub accepts a hash ref with the same arguments as would be passed to
+L<CHI>, plus an additional argument, chi_class.
=cut
|