summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-08-14 17:54:23 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-08-14 17:54:23 +0200
commitc1102b1671a711e8c708b8633bb8648c7af28ba8 (patch)
tree0e03a2d07bc7b78cc2ececf9ef17fdd467d651b5 /lib/public
parent64c3fe670c84b286635bca10fff8383e223f2780 (diff)
parentfd798fd9827d81eb8efc78d6eea688b541262c4e (diff)
downloadnextcloud-server-c1102b1671a711e8c708b8633bb8648c7af28ba8.tar.gz
nextcloud-server-c1102b1671a711e8c708b8633bb8648c7af28ba8.zip
Merge pull request #10417 from owncloud/update_deprecation_doc
update deprecation docs
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/template.php b/lib/public/template.php
index b1264e0c3ad..2e265bb5e8e 100644
--- a/lib/public/template.php
+++ b/lib/public/template.php
@@ -97,7 +97,7 @@ function relative_modified_date( $timestamp, $dateOnly = false ) {
/**
* Return a human readable outout for a file size.
- * @deprecated human_file_size() instead
+ * @deprecated use human_file_size() instead
* @param integer $bytes size of a file in byte
* @return string human readable interpretation of a file size
*/