From 93b7be06aeb3452f41d4078e443b847fad9a716e Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 10 Jul 2016 18:48:25 +0200 Subject: [PATCH] Changed Comment --- src/application/controllers/api/v1/Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/controllers/api/v1/Settings.php b/src/application/controllers/api/v1/Settings.php index cff2fa38..b16af029 100644 --- a/src/application/controllers/api/v1/Settings.php +++ b/src/application/controllers/api/v1/Settings.php @@ -88,7 +88,7 @@ class Settings extends API_V1_Controller { /** * PUT API Method * - * @param string $name The setting name to be updated. + * @param string $name The setting name to be inserted/updated. */ public function put($name) { try {