summaryrefslogtreecommitdiffstats
path: root/lib/private/db/adapter.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/db/adapter.php')
-rw-r--r--lib/private/db/adapter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/db/adapter.php b/lib/private/db/adapter.php
index 6b31f37dd98..975b9432286 100644
--- a/lib/private/db/adapter.php
+++ b/lib/private/db/adapter.php
@@ -40,7 +40,7 @@ class Adapter {
}
/**
- * @brief insert the @input values when they do not exist yet
+ * insert the @input values when they do not exist yet
* @param string $table name
* @param array $input key->value pairs
* @return int count of inserted rows