Skip to content

Commit 825addd

Browse files
clarify language in rte_recurrences
1 parent d1734b2 commit 825addd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

policy/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,10 @@ An individual `Rule` object is defined by the following fields:
249249

250250
| Name | Description |
251251
| --------- | ------------------- |
252-
| `once` | Rule is applied exactly one time to vehicles entering a matching status from a non-matching status. |
253-
| `per_time_unit` | Rule is applied once for time_unit to vehicle entering in or remainining in a matching status. Requires a time_unit to be specified using `rule_units`. |
254-
| `each_time_unit` | Rule is applied for each time_unit to vehicles in the matching status. Requires a time_unit to be specified using `rule_units`. |
252+
| `once` | Rate is applied to vehicles entering a matching status from a non-matching status. |
253+
| `each_time_unit` | Rate is applied to vehicles entering or remaining in a matching status, unless it has already been applied in time_unit. Requires a `time_unit` to be specified using `rule_units`. |
254+
| `per_time_unit` | Rate is applied once for full time_unit that vehicles remain in a matching status. Requires a `time_unit` to be specified using `rule_units`. |
255+
255256

256257

257258
### Rule Units

0 commit comments

Comments
 (0)