diff options
Diffstat (limited to 'lib/public/json.php')
-rw-r--r-- | lib/public/json.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/json.php b/lib/public/json.php index 2a74535f417..c37b42c3f74 100644 --- a/lib/public/json.php +++ b/lib/public/json.php @@ -92,7 +92,7 @@ class JSON { * Send json success msg * * Return a json success message with optional extra data. - * @see OCP\JSON::error() for the format to use. + * @see OCP\JSON::error() for the format to use. * * @param array $data The data to use * @return string json formatted string. |