diff --git a/src/facilities/utils.js b/src/facilities/utils.js
index 872757fa83a6b80700067cfae11f4484e392b10f..1cc245bb0519e05eefa5696cc1523687a6b4488a 100644
--- a/src/facilities/utils.js
+++ b/src/facilities/utils.js
@@ -2,7 +2,7 @@
  * Adds a new "Rename Facility" textbox.
  *
  * Allows the use of custom handler functions.
- * @param {App.Entity.Facilities.Facility} facility The name of the facility in variable form.
+ * @param {App.Entity.Facilities.Facility} facility The entity form of the facility. Typical denoted as `App.Entity.facilities.*`.
  * @param {function():void} [handler] Any custom function to be run upon entering a new name.
  */
 App.Facilities.rename = function rename(facility, handler) {