minor typo in Request.pm
Jesse Sheidlower [Thu, 16 Jun 2005 01:13:48 +0000 (01:13 +0000)]
lib/Catalyst/Request.pm

index ee2bee7..1d7a4b8 100644 (file)
@@ -161,8 +161,8 @@ Shortcut for $req->body.
 
 =item $req->match
 
-This contains be the matching part of a regexp action. Otherwise it
-returns the same as 'action'.
+This contains the matching part of a regexp action. Otherwise
+it returns the same as 'action'.
 
     print $c->request->match;