From: Kieren Diment Date: Thu, 29 Jul 2010 10:28:09 +0000 (+0000) Subject: stupid typo X-Git-Tag: 5.80026~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=92981fc38b97febba44b43eacbfbb481f1014d08 stupid typo --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 282ef6d..02c8b71 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1243,7 +1243,7 @@ sub setup_finalize { Constructs an absolute L object based on the application root, the provided path, and the additional arguments and query parameters provided. When used as a string, provides a textual URI. If you need more flexibility -than this (i.e. the option to provide relative URIs etc. see +than this (i.e. the option to provide relative URIs etc.) see L. If no arguments are provided, the URI for the current action is returned.