aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/export.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-11 17:41:20 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-11 17:41:20 +0000
commit6c7a53a9b740c50840db0ba9319af00c37a663ae (patch)
treed320435e1ed113827099d081a91eec106e16836c /engine/lib/export.php
parent46b7bce71977b0762d38acf5f7d597af221bab68 (diff)
downloadelgg-6c7a53a9b740c50840db0ba9319af00c37a663ae.tar.gz
elgg-6c7a53a9b740c50840db0ba9319af00c37a663ae.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Comment tweak git-svn-id: https://code.elgg.org/elgg/trunk@436 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/export.php')
-rw-r--r--engine/lib/export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/export.php b/engine/lib/export.php
index c8b7fa3ca..7c99b6f04 100644
--- a/engine/lib/export.php
+++ b/engine/lib/export.php
@@ -21,7 +21,7 @@
{
/**
* This must take the contents of the object and convert it to exportable class(es).
- * @return object or array of object.
+ * @return object or array of objects.
*/
public function export();
}