Index: wp-includes/taxonomy.php
===================================================================
--- wp-includes/taxonomy.php	(revision 17355)
+++ wp-includes/taxonomy.php	(working copy)
@@ -2813,7 +2813,7 @@
  * @uses apply_filters() For the post_tag Taxonomy, Calls 'tag_link' with tag link and tag ID as parameters.
  * @uses apply_filters() For the category Taxonomy, Calls 'category_link' filter on category link and category ID.
  *
- * @param object|int|string $term
+ * @param object|int|string $term Term object, term_id or slug
  * @param string $taxonomy (optional if $term is object)
  * @return string|WP_Error HTML link to taxonomy term archive on success, WP_Error if term does not exist.
  */
