Skip to content

Commit 9eddd9b

Browse files
add per_hour rule units
1 parent 86288b8 commit 9eddd9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

policy/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ Note that all rates are in the `currency` defined in the [Policy](#policy)
255255
| `mph` | Miles per hour |
256256
| `kph` | Kilometers per hour |
257257
| `rate_per_event` | Rate applied once when the vehicle enters a matching status. |
258-
| `rate_per_minute` | Rate applied for each minute while the vehicle is in the matching status. |
258+
| `rate_per_minute` | Rate applied for each minute while the vehicle is in the matching status. |
259+
| `rate_per_hour` | Rate applied for each hour while the vehicle is in the matching status. |
259260
| `rate_per_day` | Rate applied once per day if the vehicle is in the matching status at any point. |
260261

261262
### Messages

0 commit comments

Comments
 (0)