diff --git a/src/js/assayJS.js b/src/js/assayJS.js
index a1b4d535e48eb17996bdef286f04ea5392fd829a..9b20c4f9c475e1386a1d4e5f402ccec646cd02f1 100644
--- a/src/js/assayJS.js
+++ b/src/js/assayJS.js
@@ -664,6 +664,7 @@ globalThis.Enunciate = function(slave) {
 /**
  * Returns speech with lisp if slave lisps
  * @param {App.Entity.SlaveState} slave
+ * @param {string} speech
  * @returns {string}
  */
 globalThis.Spoken = function(slave, speech) {