From 09cf935ff493e7902161d1b2bd574a0807816fe3 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 17 Sep 2012 12:14:49 -0700 Subject: [PATCH] Issue #1785392 by BWPanda: Fix reference and grammar in hook_field_formatter_info_alter documentation --- modules/field/field.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/field/field.api.php b/modules/field/field.api.php index 041122bfe5c..5f641173e79 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -1076,8 +1076,8 @@ function hook_field_formatter_info() { * Perform alterations on Field API formatter types. * * @param $info - * Array of informations on formatter types exposed by - * hook_field_field_formatter_info() implementations. + * An array of information on formatter types exposed by + * hook_field_formatter_info() implementations. */ function hook_field_formatter_info_alter(&$info) { // Add a setting to a formatter type.