Merge pull request #649 from pietervdvn/tags-format-docs

Minor editorial improvements to tags format docs
This commit is contained in:
Pieter Vander Vennet 2022-02-08 00:15:30 +01:00 committed by GitHub
commit 0a56e8a35c
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)