Skip to content

Commit

Permalink
Merge pull request #537 from youyongsong/fix/string-format-example
Browse files Browse the repository at this point in the history
Fix incorrect string format example in documentation
  • Loading branch information
turkenh authored Aug 25, 2023
2 parents 8dd30fa + 29e13f3 commit e2bc4ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions content/master/concepts/patch-and-transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -1535,8 +1535,7 @@ patches:
- type: string
string:
type: Format
format:
fmt: "the-field-%s"
fmt: "the-field-%s"
```

#### Regular expression type
Expand Down
3 changes: 1 addition & 2 deletions content/v1.13/concepts/patch-and-transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -1534,8 +1534,7 @@ patches:
- type: string
string:
type: Format
format:
fmt: "the-field-%s"
fmt: "the-field-%s"
```

#### Regular expression type
Expand Down

0 comments on commit e2bc4ad

Please sign in to comment.