From 0c63d9e24fcaef1f3cb09823d5765e7fb48bc89e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Dec 2008 18:24:41 +0000 Subject: - Patch #349504 by keith.smith: clean up sentence spacing in code comments. --- modules/help/help.api.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/help/help.api.php') diff --git a/modules/help/help.api.php b/modules/help/help.api.php index 387fb90ca..08e35f431 100644 --- a/modules/help/help.api.php +++ b/modules/help/help.api.php @@ -34,11 +34,11 @@ * An array that corresponds to the return of the arg() function - if a module * needs to provide help for a page with additional parameters after the * Drupal path or help for a specific value for a wildcard in the path, then - * the values in this array can be referenced. For example you could provide - * help for user/1 by looking for the path user/% and $arg[1] == '1'. This + * the values in this array can be referenced. For example you could provide + * help for user/1 by looking for the path user/% and $arg[1] == '1'. This * array should always be used rather than directly invoking arg(). Note that * depending on which module is invoking hook_help, $arg may contain only, - * empty strings. Regardless, $arg[0] to $arg[11] will always be set. + * empty strings. Regardless, $arg[0] to $arg[11] will always be set. * @return * A localized string containing the help text. Every web link, l(), or * url() must be replaced with %something and put into the final t() -- cgit v1.2.3