summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaladox none <thomasmulhall410@yahoo.com>2022-05-23 13:58:03 +0000
committerPaladox none <thomasmulhall410@yahoo.com>2022-05-23 14:13:38 +0000
commit6d5872492e8ef7a05d4814937e911f6a2bb3b28a (patch)
tree8401ab044f3f3736a985d615ae53c08f10b603b8
parent0841ec669073549ccb91fa866b79bac5b70d2779 (diff)
rest-api-projects: Fix documentation for #inherited-boolean-info
The correct value is "INHERIT" not "INHERITED" [0]. [0] https://github.com/GerritCodeReview/gerrit/blob/stable-3.6/java/com/google/gerrit/extensions/client/InheritableBoolean.java#L20 Release-Notes: rest-api-projects: Fix documentation for #inherited-boolean-info Change-Id: I9719772712b15c937e68c8f1801b912f66e9a146 (cherry picked from commit 348de184608cafdc9c799553891cfcd9f0eb3835)
-rw-r--r--Documentation/rest-api-projects.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt
index 6f0f937fd6..413923f4d2 100644
--- a/Documentation/rest-api-projects.txt
+++ b/Documentation/rest-api-projects.txt
@@ -3978,7 +3978,7 @@ A boolean value that can also be inherited.
|`value` ||
The effective boolean value.
|`configured_value` ||
-The configured value, can be `TRUE`, `FALSE` or `INHERITED`.
+The configured value, can be `TRUE`, `FALSE` or `INHERIT`.
|`inherited_value` |optional|
The boolean value inherited from the parent. +
Not set if there is no parent.