Minor editorial improvements to tags format docs

This commit is contained in:
riQQ 2022-02-08 00:14:19 +01:00 committed by GitHub
parent 07cf4160e8
commit 24c5a9fc2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)