Issue #1785392 by BWPanda: Fix reference and grammar in hook_field_formatter_info_alter documentation

merge-requests/26/head
Jennifer Hodgdon 2012-09-17 12:14:49 -07:00
parent 409db6b299
commit 09cf935ff4
1 changed files with 2 additions and 2 deletions

View File

@ -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.