Merge pull request #537 from youyongsong/fix/string-format-example

Fix incorrect string format example in documentation
This commit is contained in:
Hasan Turken 2023-08-25 12:06:12 +03:00 committed by GitHub
commit e2bc4aded9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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