From 11f2d0caefd18d9d4fb6c91a2a19314a8dcd3caa Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 17 Dec 2023 13:18:23 -0500
Subject: [PATCH] Type fix

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

diff --git a/src/js/storyJS.js b/src/js/storyJS.js
index 09960be3bc6..6e4a81fe9ad 100644
--- a/src/js/storyJS.js
+++ b/src/js/storyJS.js
@@ -595,7 +595,7 @@ globalThis.SoftenSexualFlaw = function(slave) {
 };
 
 /**
- * @param {object} PC
+ * @param {App.Entity.PlayerState} PC
  */
 globalThis.generatePlayerPronouns = function(PC) {
 	if (PC.title === 0) {
-- 
GitLab