summaryrefslogtreecommitdiff
path: root/modules/field
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-09-17 12:14:49 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-09-17 12:14:49 -0700
commit09cf935ff493e7902161d1b2bd574a0807816fe3 (patch)
tree2642244a65c6b3ca9547d07fb066c62ceef7688d /modules/field
parent409db6b29916ee8099b5165d327c538c488967f6 (diff)
downloadbrdo-09cf935ff493e7902161d1b2bd574a0807816fe3.tar.gz
brdo-09cf935ff493e7902161d1b2bd574a0807816fe3.tar.bz2
Issue #1785392 by BWPanda: Fix reference and grammar in hook_field_formatter_info_alter documentation
Diffstat (limited to 'modules/field')
-rw-r--r--modules/field/field.api.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php
index 041122bfe..5f641173e 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.