[Catalyst-commits] r10619 -
Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session
dandv at dev.catalyst.perl.org
dandv at dev.catalyst.perl.org
Tue Jun 23 10:06:11 GMT 2009
Author: dandv
Date: 2009-06-23 10:06:10 +0000 (Tue, 23 Jun 2009)
New Revision: 10619
Modified:
Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session/Tutorial.pod
Log:
Fixed minor grammar in Tutorial.pod
Modified: Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session/Tutorial.pod
===================================================================
--- Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session/Tutorial.pod 2009-06-23 08:16:41 UTC (rev 10618)
+++ Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session/Tutorial.pod 2009-06-23 10:06:10 UTC (rev 10619)
@@ -15,7 +15,7 @@
When users use a site, especially one that knows who they are (sites you log in
to, sites which let you keep a shopping cart, etc.), the server preparing the
content has to know that request X comes from client A while request Y comes
-from client B, so that each user gets the content meant for it.
+from client B, so that each user gets the content meant for them.
The problem is that HTTP is a stateless protocol. This means that every request
is distinct, and even if it comes from the same client, it's difficult to know
@@ -106,7 +106,7 @@
options listed in L<Catalyst::Plugin::Session/CONFIGURATION>.
For the plugins above we don't need any configuration at all - they should work
-out of the box, but suppose we did want to change some things around, it'll
+out of the box, but suppose we did want to change some things around, it'll
look like this:
MyApp->config( session => {
@@ -320,4 +320,3 @@
Yuval Kogman E<lt>nothingmuch at woobling.orgE<gt>
=cut
-
More information about the Catalyst-commits
mailing list