diff options
-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. * |