summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/database/schema.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/schema.inc b/includes/database/schema.inc
index 0ad730335..dac0f5406 100644
--- a/includes/database/schema.inc
+++ b/includes/database/schema.inc
@@ -75,7 +75,7 @@
*
* - 'primary key': An array of one or more key column specifiers (see below)
* that form the primary key.
- * - 'unique key': An associative array of unique keys ('keyname' =>
+ * - 'unique keys': An associative array of unique keys ('keyname' =>
* specification). Each specification is an array of one or more
* key column specifiers (see below) that form a unique key on the table.
* - 'indexes': An associative array of indexes ('indexame' =>