From ea1cfdf039648c48682ddc4e458688877b360ea7 Mon Sep 17 00:00:00 2001 From: mofelee Date: Wed, 18 May 2022 19:26:06 +0800 Subject: [PATCH] Fix typo --- source/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/functions.rst b/source/functions.rst index ea231fa..d51e8dd 100644 --- a/source/functions.rst +++ b/source/functions.rst @@ -112,7 +112,7 @@ strip $(strip a b c ) - 把字串 ``a b c `` 去到开头和结尾的空格,结果是 ``a b c`` 。 + 把字串 ``a b c`` 去掉开头和结尾的空格,结果是 ``a b c`` 。 findstring ~~~~~~~~~~