[Catalyst-commits] r8856 - trunk/examples/CatalystAdvent/root/2008

jester at dev.catalyst.perl.org jester at dev.catalyst.perl.org
Sat Dec 13 10:52:43 GMT 2008


Author: jester
Date: 2008-12-13 10:52:43 +0000 (Sat, 13 Dec 2008)
New Revision: 8856

Modified:
   trunk/examples/CatalystAdvent/root/2008/12.pod
Log:
added Oxford comma

Modified: trunk/examples/CatalystAdvent/root/2008/12.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2008/12.pod	2008-12-13 10:40:17 UTC (rev 8855)
+++ trunk/examples/CatalystAdvent/root/2008/12.pod	2008-12-13 10:52:43 UTC (rev 8856)
@@ -6,7 +6,7 @@
 should they look like to the user?
 
 RESTful CRUD URLs are an increasingly common (and therefore
-contentious) practice. What's the proper way to create, read, update
+contentious) practice. What's the proper way to create, read, update,
 and delete your precious data?
 
 L<CatalystX::CRUD> offers two different URL styles out-of-the-box.
@@ -34,7 +34,7 @@
 option as well, so that either style works.
 
 But the special reserved method names in the Controllers mean that
-you can't have a user named C<search>, C<create> or C<list>. And that
+you can't have a user named C<search>, C<create>, or C<list>. And that
 seems to rankle some folks, who would prefer a URL convention like:
 
  /user/id/joe        # GET joe




More information about the Catalyst-commits mailing list