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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,9 +249,10 @@ An individual `Rule` object is defined by the following fields:
249
249
250
250
| Name | Description |
251
251
| --------- | ------------------- |
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`. |
0 commit comments