Skip to content

Commit

Permalink
fixup: markdown lint
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert committed Dec 4, 2023
1 parent 7823d85 commit 3622554
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/reference/flag-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ A targeting rule **must** be valid JSON.
Flagd uses a modified version of [JsonLogic](https://jsonlogic.com/), as well as some custom pre-processing, to evaluate these rules.
If no targeting rules are defined, the response reason will always be `STATIC`, this allows for the flag values to be cached, this behavior is described [here](specifications/rpc-providers.md#caching).


#### Variants From Targeting Rules
#### Variants Returned From Targeting Rules

The output of the targeting rule **must** match the name of one of the defined variants.
Once exception to the above is that rules may return `true` or `false` which will map to the variant indexed by the equivalent string (`"true"`, `"false"`).
Expand Down

0 comments on commit 3622554

Please sign in to comment.