summaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rw-r--r--service/folderservice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/folderservice.php b/service/folderservice.php
index 5622a5260..f6d45c7e5 100644
--- a/service/folderservice.php
+++ b/service/folderservice.php
@@ -66,7 +66,7 @@ class FolderService extends Service {
* Creates a new folder
* @param string $folderName the name of the folder
* @param string $userId the name of the user for whom it should be created
- * @param int $parentId the parent folder id, deprecated we dont nest folders
+ * @param int $parentId the parent folder id, deprecated we don't nest folders
* @throws ServiceConflictException if name exists already
* @throws ServiceValidationException if the folder has invalid parameters
* @return Folder the newly created folder