diff options
Diffstat (limited to 'lib/public/comments/icomment.php')
-rw-r--r-- | lib/public/comments/icomment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/comments/icomment.php b/lib/public/comments/icomment.php index 8cfc504fc3f..7924ec8d5f6 100644 --- a/lib/public/comments/icomment.php +++ b/lib/public/comments/icomment.php @@ -5,7 +5,7 @@ namespace OCP\Comments; /** * Interface IComment * - * This class represents a comment and offers methods for modification. + * This class represents a comment * * @package OCP\Comments * @since 9.0.0 |