Minor wording changes in description of Element.regulators.
This commit is contained in:
parent
7cbd92618b
commit
874c823dbe
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue