You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: policy/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,8 +262,8 @@ Rate recurrences specify when a rate is applied – either once, or periodicall
262
262
| Name | Description |
263
263
| --------- | ------------------- |
264
264
|`once`| Rate is applied once to vehicles entering a matching status from a non-matching status. |
265
-
|`each_time_unit`| During each time_unit, rate is applied once to vehicles entering or remaining in a matching status. Requires a `time_unit` to be specified using `rule_units`. |
266
-
|`per_complete_time_unit`| Rate is applied once per complete time_unit that vehicles remain in a matching status. Requires a `time_unit` to be specified using `rule_units`. |
265
+
|`each_time_unit`| During each `time_unit`, rate is applied once to vehicles entering or remaining in a matching status. Requires a `time_unit` to be specified using `rule_units`. |
266
+
|`per_complete_time_unit`| Rate is applied once per complete `time_unit` that vehicles remain in a matching status. Requires a `time_unit` to be specified using `rule_units`. |
0 commit comments