Skip to content

Commit

Permalink
Fixed function description
Browse files Browse the repository at this point in the history
  • Loading branch information
itbra committed Mar 19, 2015
1 parent 9195232 commit 72107d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/joomla/google/embed/maps.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ public function setCenter($location, $title = true, $markeroptions = array())
}

/**
* Method to add and event handler to the map.
* Event handlers must be passed in either as callback name or fully qualified function declaration.
* Method to add an event handler to the map.
* Event handlers must be passed in either as callback name or fully qualified function declaration
*
* @param string $type The event name
* @param string $function The event handling function body
Expand All @@ -343,7 +343,7 @@ public function addEventHandler($type, $function)
}

/**
* Method to remove and event handler from the map
* Method to remove an event handler from the map
*
* @param string $type The event name
*
Expand Down

0 comments on commit 72107d0

Please sign in to comment.