diff --git a/modules/menu/menu.api.php b/modules/menu/menu.api.php index c6d35b9fd1d822df5aecc6836fd0ed44c4b9207b..c7a33739b9f82337a5f242b1301848550fb31405 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