Typo in Request.pm
Matt S Trout [Thu, 8 Jun 2006 14:38:07 +0000 (14:38 +0000)]
r8965@cain (orig r4229):  jester | 2006-05-27 02:30:03 +0000

lib/Catalyst/Request.pm

index 99035b3..4f85d24 100644 (file)
@@ -500,8 +500,9 @@ Returns a URI object for the current request. Stringifies to the URI text.
 
 =head2 $req->uri_with( { key => 'value' } );
 
-Returns a rewriten URI object for the current uri. Key/value pairs passed in
-will override existing parameters. Unmodified pairs will be preserved.
+Returns a rewritten URI object for the current request. Key/value pairs
+passed in will override existing parameters. Unmodified pairs will be
+preserved.
 
 =cut