diff --git a/packages/redact/src/server/bootstrap-script.ts b/packages/redact/src/server/bootstrap-script.ts
index bdaee50..2dd7afc 100644
--- a/packages/redact/src/server/bootstrap-script.ts
+++ b/packages/redact/src/server/bootstrap-script.ts
@@ -6,9 +6,12 @@
* main bundle can replay them against un-hydrated subtrees ($RE_q buffer).
*
* Wire format:
- * Fallback:
fallback
+ * Fallback: fallback
* Resolved: emits real
* which splices real into place and rewrites the comment to .
+ * The fallback div is visible (it's the user-visible loading
+ * state); only the resolved-content staging div is `hidden`
+ * before $RC moves its children inline.
*
* Client hydration calls $RH(ID, cb) to register a callback invoked once the
* boundary has been revealed (or immediately, if it was already revealed).