From 4e5dbe120d2fb8437ebca193f7c47a9143a6eeee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E9=A5=AE=E4=B8=80=E5=95=84=E7=9A=86=E6=98=AF?= =?UTF-8?q?=E4=BA=BA=E7=94=9F?= Date: Wed, 29 Sep 2021 14:45:53 +0800 Subject: [PATCH] Update upcase.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit upcase中文描述中,应该是 对已经是大写的字符没有影响 --- docs/source/zh-cn/filters/upcase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/zh-cn/filters/upcase.md b/docs/source/zh-cn/filters/upcase.md index 945111949..8d4b26e58 100644 --- a/docs/source/zh-cn/filters/upcase.md +++ b/docs/source/zh-cn/filters/upcase.md @@ -4,7 +4,7 @@ title: upcase {% since %}v1.9.1{% endsince %} -字符串中每个字符都转为大写,对已经是小写的字符没有影响。 +字符串中每个字符都转为大写,对已经是大写的字符没有影响。 输入 ```liquid