Issue #2012898 by mcjim: Trivial Patch of the Month candidate: Fix indefinite article in book.module documentation

8.0.x
Jennifer Hodgdon 2013-06-06 12:14:28 -07:00
parent b0cf1be964
commit 1eb4d7002e
1 changed files with 1 additions and 1 deletions

View File

@ -1277,7 +1277,7 @@ function book_link_load($mlid) {
* A fully loaded menu link.
*
* @return
* An subtree of menu links in an array, in the order they should be rendered.
* A subtree of menu links in an array, in the order they should be rendered.
*/
function book_menu_subtree_data($link) {
$tree = &drupal_static(__FUNCTION__, array());