Minor wording changes in description of Element.regulators.

This commit is contained in:
Glen Whitney 2025-03-01 01:27:45 +00:00
parent 7cbd92618b
commit 874c823dbe

View file

@ -31,8 +31,8 @@ pub struct Element {
pub color: ElementColor, pub color: ElementColor,
pub representation: Signal<DVector<f64>>, pub representation: Signal<DVector<f64>>,
// the regulators that affect this element. the ambient assembly is // All regulators with this element as a subject. The assembly owning
// responsible for keeping this set up to date // this element is responsible for keeping this set up to date.
pub regulators: Signal<BTreeSet<RegulatorKey>>, pub regulators: Signal<BTreeSet<RegulatorKey>>,
// a serial number, assigned by `Element::new`, that uniquely identifies // a serial number, assigned by `Element::new`, that uniquely identifies