From 29e13f31121d087e895a59b62bd51eb1200ec50e Mon Sep 17 00:00:00 2001 From: yongsong you Date: Mon, 21 Aug 2023 16:11:59 +0800 Subject: [PATCH] Fix incorrect string format example in documentation Signed-off-by: youyongsong --- content/master/concepts/patch-and-transform.md | 3 +-- content/v1.13/concepts/patch-and-transform.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/content/master/concepts/patch-and-transform.md b/content/master/concepts/patch-and-transform.md index ae5d2459a..893cf2894 100644 --- a/content/master/concepts/patch-and-transform.md +++ b/content/master/concepts/patch-and-transform.md @@ -1535,8 +1535,7 @@ patches: - type: string string: type: Format - format: - fmt: "the-field-%s" + fmt: "the-field-%s" ``` #### Regular expression type diff --git a/content/v1.13/concepts/patch-and-transform.md b/content/v1.13/concepts/patch-and-transform.md index 905a00f3a..410290f5d 100644 --- a/content/v1.13/concepts/patch-and-transform.md +++ b/content/v1.13/concepts/patch-and-transform.md @@ -1534,8 +1534,7 @@ patches: - type: string string: type: Format - format: - fmt: "the-field-%s" + fmt: "the-field-%s" ``` #### Regular expression type