Fix minor typo in projects REST API documentation

Change-Id: I803f63f48847372e666bd2f1ba2697549d63495d
This commit is contained in:
David Pursehouse 2016-10-02 23:50:17 +00:00
parent 153ecf8c77
commit 59c8dc5a07

View File

@ -334,10 +334,10 @@ The action of this rule. For normal permissions this can be `ALLOW`,
|`force` |not set if `false`|
Whether the force flag is set.
|`min` |
not set if range if empty (from `0` to `0`) or not set|
not set if range is empty (from `0` to `0`) or not set|
The min value of the permission range.
|`max` |
not set if range if empty (from `0` to `0`) or not set|
not set if range is empty (from `0` to `0`) or not set|
The max value of the permission range.
|==================================