diff --git a/src/004-base/facilityFramework.js b/src/004-base/facilityFramework.js
index 9546dec278afb8aa64c95d0306ff990dc3fd7d79..2d17b422e11eb578fd2a5a6a4856fe9ec29cb468 100644
--- a/src/004-base/facilityFramework.js
+++ b/src/004-base/facilityFramework.js
@@ -254,6 +254,8 @@ App.Facilities.Facility = class {
 	/**
 	 * Creates any custom nodes and adds them to the facility.
 	 *
+	 * Custom nodes are always placed between the rules section and the menial slaves section (or where they would be).
+	 *
 	 * @private
 	 * @returns {HTMLDivElement}
 	 */