summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/comments/illegalidchangeexception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/comments/illegalidchangeexception.php b/lib/public/comments/illegalidchangeexception.php
index 8bce3cf2f89..4e13ef6e444 100644
--- a/lib/public/comments/illegalidchangeexception.php
+++ b/lib/public/comments/illegalidchangeexception.php
@@ -3,7 +3,7 @@
namespace OCP\Comments;
/**
- * Exception for not found entity
+ * Exception for illegal attempts to modify a comment ID
* @since 9.0.0
*/
class IllegalIDChangeException extends \Exception {}