From 802a7dbf58201212ce3844f85d512b55af521f92 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 20 Dec 2020 17:39:47 -0500
Subject: [PATCH] doc

---
 js/003-data/slaveWearData.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/003-data/slaveWearData.js b/js/003-data/slaveWearData.js
index 65ad99532f1..c0007c6b29f 100644
--- a/js/003-data/slaveWearData.js
+++ b/js/003-data/slaveWearData.js
@@ -8,7 +8,7 @@
  */
 
 /**
- * @type {Map.<string, clothes>} clothesCategory
+ * @type {Map.<string, clothes>} The string here will be what is applied to the relevant slave property.  Slave.clothes = "a bunny outfit", not "Bunny outfit".
  */
 App.Data.clothes = new Map([
 	["attractive lingerie for a pregnant woman",
-- 
GitLab