Fix indentation of "except" in role mapping doc

"except" is a type of rule, and should be indented accordingly.
This commit is contained in:
Tim Vernum 2019-09-25 18:26:47 +10:00 committed by James Rodewig
parent 3604add5c9
commit fd4ae697b8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ A rule is a logical condition that is expressed by using a JSON DSL. The DSL sup
(array of rules) If *all* of its children are true, it evaluates to `true`.
`field`:::
(object) See <<mapping-roles-rule-field>>.
`except`::
`except`:::
(object) A single rule as an object. Only valid as a child of an `all` rule. If
its child is `false`, the `except` is `true`.