From: Jesse Sheidlower Date: Thu, 16 Jun 2005 01:13:48 +0000 (+0000) Subject: minor typo in Request.pm X-Git-Tag: 5.7099_04~1313 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c1f338169cf72d22126599c81f75ca39901a85be minor typo in Request.pm --- diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index ee2bee7..1d7a4b8 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -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;