summaryrefslogtreecommitdiff
path: root/modules/help/help.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/help/help.module')
-rw-r--r--modules/help/help.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/help/help.module b/modules/help/help.module
index 8d0271bb4..0fa28c38f 100644
--- a/modules/help/help.module
+++ b/modules/help/help.module
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_menu().
+ * Implements hook_menu().
*/
function help_menu() {
$items['admin/help'] = array(
@@ -33,7 +33,7 @@ function help_menu() {
}
/**
- * Implement hook_help().
+ * Implements hook_help().
*/
function help_help($path, $arg) {
switch ($path) {