may -> must

This commit is contained in:
Robert Habermeier
2023-07-31 09:32:26 -05:00
parent ab8d1b612c
commit 22e8e4370c
+1 -1
View File
@@ -90,7 +90,7 @@ struct RegionSchema {
// consumed with infrequent large state transitions or frequent small state
// transitions.
//
// This value may not be greater than `RATE_DENOMINATOR`.
// This value must not be greater than `RATE_DENOMINATOR`.
rate: PartsOf57600,
}