Commit 6cd2f55
committed
Level- not edge- trigger for special special elections
Right now the language is written in an "edge trigger" manner (i.e. "if
a seat becomes vacant..."). But I believe the intent is in fact a "level
trigger" (e.g. "when some seats are vacant....").
This switches the language to level triggering.
As a consequence, it is also explicit that at the time the SC decides to
hold a special election, more than one seat might be vacant.1 parent 635a5fd commit 6cd2f55
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
| 209 | + | |
| 210 | + | |
207 | 211 | | |
208 | 212 | | |
209 | 213 | | |
| |||
0 commit comments