[Pkg-owncloud-commits] [owncloud-doc] 04/09: Update database.rst

David Prévot taffit at moszumanska.debian.org
Sun May 18 21:30:27 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 1c1554f2aeb3830aaba3c80760c84343320ffa1c
Author: Sam Wilson <sam at samwilson.id.au>
Date:   Tue May 13 12:24:34 2014 +0800

    Update database.rst
    
    Typo (added missing semicolon).
---
 developer_manual/app/appframework/database.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/developer_manual/app/appframework/database.rst b/developer_manual/app/appframework/database.rst
index b58d925..1a550a0 100644
--- a/developer_manual/app/appframework/database.rst
+++ b/developer_manual/app/appframework/database.rst
@@ -23,7 +23,7 @@ Getters and setters will automatically be created for all public attributes. Sho
   <?php
   namespace \OCA\YourApp\Db;
 
-  use \OCA\AppFramework\Db\Entity
+  use \OCA\AppFramework\Db\Entity;
 
   class Item extends Entity {
 

-- 
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