From 874c823dbef83542228783361789c82740a205b0 Mon Sep 17 00:00:00 2001 From: glen Date: Sat, 1 Mar 2025 01:27:45 +0000 Subject: [PATCH] Minor wording changes in description of Element.regulators. --- app-proto/src/assembly.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-proto/src/assembly.rs b/app-proto/src/assembly.rs index 50b0783..d30a371 100644 --- a/app-proto/src/assembly.rs +++ b/app-proto/src/assembly.rs @@ -31,8 +31,8 @@ pub struct Element { pub color: ElementColor, pub representation: Signal>, - // the regulators that affect this element. the ambient assembly is - // responsible for keeping this set up to date + // All regulators with this element as a subject. The assembly owning + // this element is responsible for keeping this set up to date. pub regulators: Signal>, // a serial number, assigned by `Element::new`, that uniquely identifies