Fix incorrect string format example in documentation

Signed-off-by: youyongsong <youyongsong@gmail.com>
This commit is contained in:
yongsong you 2023-08-21 16:11:59 +08:00 committed by youyongsong
parent ac61c7ee68
commit 29e13f3112
2 changed files with 2 additions and 4 deletions

View File

@ -1535,8 +1535,7 @@ patches:
- type: string
string:
type: Format
format:
fmt: "the-field-%s"
fmt: "the-field-%s"
```
#### Regular expression type

View File

@ -1534,8 +1534,7 @@ patches:
- type: string
string:
type: Format
format:
fmt: "the-field-%s"
fmt: "the-field-%s"
```
#### Regular expression type