diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-01-18 06:47:58 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-01-18 06:47:58 +0000 |
commit | 6135b967e1ea9cbd97fda7523f0b0344eff68e58 (patch) | |
tree | 15c3e8fb3c0b6369a284e4a397652678f73aed9c | |
parent | ac7de32b3c0f87b4c21eb7b0977380bae532247b (diff) | |
download | brdo-6135b967e1ea9cbd97fda7523f0b0344eff68e58.tar.gz brdo-6135b967e1ea9cbd97fda7523f0b0344eff68e58.tar.bz2 |
#359918 by Dave Reid: Fix typo in Schema API documentation.
-rw-r--r-- | includes/database/schema.inc | 2 |
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' => |