From: Karen Etheridge Date: Mon, 23 Sep 2013 22:56:41 +0000 (-0700) Subject: typo in pod X-Git-Tag: 5.90050~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=aaa85094fac33621a80f5fde138e195c3fdee0b0 typo in pod --- diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index d312441..3e3dd79 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -708,7 +708,7 @@ similar to how annotations work in other languages you might have heard of. Generally L uses these to influence how the dispatcher sees your action and when it will run it in response to an incoming request. They can also be used for other things. Here's a summary, but you should refer to the -liked manual page for additional help. +linked manual page for additional help. =head2 Global