summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-06-06 12:16:09 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-06-06 12:16:09 -0700
commitab1797f30525c4ac585fbb243b75c8d4079ff224 (patch)
treecd4841c10830082bf7f91a68f7f9a29ab195d986 /modules/book
parentc38e2fe73ffa24da11cd3bd79112fcec5d787ad1 (diff)
downloadbrdo-ab1797f30525c4ac585fbb243b75c8d4079ff224.tar.gz
brdo-ab1797f30525c4ac585fbb243b75c8d4079ff224.tar.bz2
Issue #2012898 by mcjim: Trivial Patch of the Month candidate: Fix indefinite article in book.module documentation
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book.module2
1 files changed, 1 insertions, 1 deletions
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());