diff --git a/src/js/itemAvailability.js b/src/js/itemAvailability.js
index 558133adbe30eaaaa4f6230192a49e248d2ebf94..b84cedd4432dddc7607ee87cf3177c11f957eae3 100644
--- a/src/js/itemAvailability.js
+++ b/src/js/itemAvailability.js
@@ -211,7 +211,7 @@ window.isClothingAccessible = (function() {
 	 * @param {string} string Name of wearable item
 	 * @param {string} category that item is in clothing, collar, etc
 	 * @param {App.Entity.SlaveState} slave
-	 * @returns {boolean|string} Returns true if it is accessible, and if it is not either false or a string explaining why
+	 * @returns {boolean|string} Returns true if item is accessible, and false if it is not.  If the slave param is set, it may sometimes return a string instead of false, explaining why the item can't be used with that slave.
 	 */
 	function entry(string, category="clothing", slave) {
 		if (V.cheatMode === 1) {