summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-03-10 01:17:43 -0600
committerwebchick <webchick@24967.no-reply.drupal.org>2011-03-10 01:17:43 -0600
commit6dabf4fc474bd3e3ad58e7733482c2d0f13220af (patch)
tree0524f97b7c5bd3ab3c52c511dc57ac58814eb367 /includes
parent074848d097ffc5824408804b6e1927d4468121af (diff)
downloadbrdo-6dabf4fc474bd3e3ad58e7733482c2d0f13220af.tar.gz
brdo-6dabf4fc474bd3e3ad58e7733482c2d0f13220af.tar.bz2
Issue #1087092 by danillonunes: Fix documentation for drupal_map_assoc() function
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index a6901f34c..e9286f4eb 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -2601,7 +2601,8 @@ function drupal_exit($destination = NULL) {
* A linear array.
* @param $function
* A name of a function to apply to all values before output.
- * @result
+ *
+ * @return
* An associative array.
*/
function drupal_map_assoc($array, $function = NULL) {