I give a fuck about an Oxford comma (tm Vampire Weekend)
Jesse Sheidlower [Sat, 8 May 2010 23:41:02 +0000 (23:41 +0000)]
lib/Catalyst/View/TT.pm

index 07b3e2d..964411d 100644 (file)
@@ -546,10 +546,10 @@ object upon error.
 
 The template variables are set to C<%$args> if C<$args> is a hashref, or
 C<< $c->stash >> otherwise. In either case the variables are augmented with
-C<base> set to C<< $c->req->base >>, C<c> to C<$c> and C<name> to
+C<base> set to C<< $c->req->base >>, C<c> to C<$c>, and C<name> to
 C<< $c->config->{name} >>. Alternately, the C<CATALYST_VAR> configuration item
 can be defined to specify the name of a template variable through which the
-context reference (C<$c>) can be accessed. In this case, the C<c>, C<base> and
+context reference (C<$c>) can be accessed. In this case, the C<c>, C<base>, and
 C<name> variables are omitted.
 
 C<$template> can be anything that Template::process understands how to