[Pkg-owncloud-commits] [owncloud-doc] 42/270: fix comment for url generator

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:52:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 3f984c56ff4d537faee51ddc2aad33870eccf5a5
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date:   Wed May 7 20:38:12 2014 +0200

    fix comment for url generator
---
 developer_manual/app/routes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/developer_manual/app/routes.rst b/developer_manual/app/routes.rst
index 7bd6e68..8858d85 100644
--- a/developer_manual/app/routes.rst
+++ b/developer_manual/app/routes.rst
@@ -213,7 +213,7 @@ Inside the PageController the URL generator can now be used to generate an URL f
          * redirect to /apps/news/myapp/authors/3
          */
         public function redirect() {
-            // route name: author_api#do_something route
+            // route name: author_api#do_something
             // route url: /apps/news/myapp/authors/{id}
 
             // # need to be replaced with a . due to limitations and prefix

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list