diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-07-10 01:59:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-07-10 01:59:02 +0000 |
commit | 0ed107797700b77f13cfa78f5a45e24aa9866371 (patch) | |
tree | 05204a5dcae11c9d0f3fe65886e5b08f022e8e74 /modules/system | |
parent | 3e44e9eed677f71329bbdcdfe6db4032578c9111 (diff) | |
download | brdo-0ed107797700b77f13cfa78f5a45e24aa9866371.tar.gz brdo-0ed107797700b77f13cfa78f5a45e24aa9866371.tar.bz2 |
- Patch #846858 by kiamlaluno: typo in the documentation for hook_schema_alter().
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index f2616ec13..2c6d65699 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -2603,8 +2603,8 @@ function hook_schema() { * * When a module modifies the database structure of another module (by * changing, adding or removing fields, keys or indexes), it should - * implement hook_schema_alter() to update the default $schema to take - * it's changes into account. + * implement hook_schema_alter() to update the default $schema to take its + * changes into account. * * See hook_schema() for details on the schema definition structure. * |