From ab1797f30525c4ac585fbb243b75c8d4079ff224 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Thu, 6 Jun 2013 12:16:09 -0700 Subject: Issue #2012898 by mcjim: Trivial Patch of the Month candidate: Fix indefinite article in book.module documentation --- modules/book/book.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/book') diff --git a/modules/book/book.module b/modules/book/book.module index 71b89945e..7afed9ae4 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -1375,7 +1375,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()); -- cgit v1.2.3