diff --git a/modules/system/system.api.php b/modules/system/system.api.php index ea4255c743910874fd225342e32cb4f80ffe77de..4c4e225faf27b5be8f67cf8cec94e9d84f345142 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -2419,8 +2419,8 @@ function hook_modules_disabled($modules) { * modules a chance to perform actions when a module is uninstalled, whereas * hook_uninstall() is only called on the module actually being uninstalled. * - * It is recommended that you implement this module if your module - * stores data that may have been set by other modules. + * It is recommended that you implement this hook if your module stores + * data that may have been set by other modules. * * @param $modules * An array of the uninstalled modules.