Purging the "evil" from comments

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3862 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2006-11-14 16:20:52 +00:00
parent 47c86b8c8b
commit 85ee09fb19

View file

@ -577,7 +577,7 @@ class Router extends Overloadable {
}
/**
* Instructs the router to parse out file extensions from the URL. For example,
* http://example.com/posts.rss?show=50 would yield an file extension of "rss".
* http://example.com/posts.rss would yield an file extension of "rss".
* The file extension itself is made available in the controller as
* $this->params['url']['ext'], and is used by the RequestHandler component to
* automatically switch to alternate layouts and templates, and load helpers