From e3c0e5094f4ca2dda3f5a7bf0820ae07721c938b Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Wed, 9 Dec 2009 17:44:44 +0000
Subject: [PATCH] - Patch #655046 by thegreat: fixed typo in documentation.

---
 modules/menu/menu.api.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/menu/menu.api.php b/modules/menu/menu.api.php
index c6d35b9fd1d8..c7a33739b9f8 100644
--- a/modules/menu/menu.api.php
+++ b/modules/menu/menu.api.php
@@ -204,7 +204,7 @@
  *     of them can use the same load function user_category_load(), by setting
  *     the load arguments to array('%map', '%index'). For instance, if the user
  *     is editing category 'foo' by requesting path 'user/32/edit/foo', the load
- *     function user_category_load() will be called with 23 as its first
+ *     function user_category_load() will be called with 32 as its first
  *     argument, the array ('user', 32, 'edit', 'foo') as the map argument,
  *     and 1 as the index argument (because %user_category is the second path
  *     component and numbering starts at zero). user_category_load() can then
-- 
GitLab