From e1e46eeb1fdc7c786b1a39a29208034e2cbeea5b Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Fri, 8 May 2020 13:21:47 -0700
Subject: [PATCH] Be more specific to keep typescript happy

---
 src/interaction/slaveInteract.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interaction/slaveInteract.js b/src/interaction/slaveInteract.js
index 84f1b19fe6c..124e7daa474 100644
--- a/src/interaction/slaveInteract.js
+++ b/src/interaction/slaveInteract.js
@@ -102,7 +102,7 @@ App.UI.SlaveInteract.modify = function(slave) {
 
 /**
  * @param {App.Entity.SlaveState} slave
- * @returns {Node}
+ * @returns {HTMLElement}
  */
 App.UI.SlaveInteract.fucktoyPref = function(slave) {
 	const {his} = getPronouns(slave);
-- 
GitLab