Merge pull request #649 from pietervdvn/tags-format-docs
Minor editorial improvements to tags format docs
This commit is contained in:
commit
0a56e8a35c
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ which we do not want.
|
|||
|
||||
To mitigate this, use:
|
||||
|
||||
```
|
||||
```json
|
||||
"mappings": [
|
||||
{
|
||||
"if":"key:={some_other_key}"
|
||||
|
@ -91,4 +91,4 @@ To mitigate this, use:
|
|||
```
|
||||
|
||||
One can use `key!:=prefix-{other_key}-postfix` as well, to match if `key` is _not_ the same
|
||||
as `prefix-{other_key}-postfix` (with other_key substituted by the value)
|
||||
as `prefix-{other_key}-postfix` (with `other_key` substituted by the value)
|
||||
|
|
Loading…
Reference in a new issue