From a5543e0f9ccf1ca2107a831ca9ff384e6e93c880 Mon Sep 17 00:00:00 2001 From: gravermistakes Date: Sun, 26 Jul 2026 16:30:49 -0700 Subject: [PATCH] Update broker.pony --- core/src/ichor/broker.pony | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/ichor/broker.pony b/core/src/ichor/broker.pony index e18ad12..e4f1edb 100644 --- a/core/src/ichor/broker.pony +++ b/core/src/ichor/broker.pony @@ -1,6 +1,6 @@ // The perfusion broker for the OUTER bus. Outer organs register, then emit // envelopes by `route` — the broker delivers to the destination organ. Traffic -// bound for Ada (AdaBorder) — i.e. inbound across the membrane toward the inner +// bound for Ada (AdaBorder) — i.e. inbound from the outermost membrane toward the inner // brain — is forced through the D1 Barrier first (law L2). No organ holds // another's reference (law L1); the broker is the only shared point. //