Fix typo (#42)

This commit is contained in:
mofelee 2022-05-18 20:04:59 +08:00 committed by GitHub
parent 2210c35da6
commit c61a2b2ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ strip
$(strip a b c )
把字串 ``a b c ``开头和结尾的空格,结果是 ``a b c``
把字串 ``a b c ``开头和结尾的空格,结果是 ``a b c``
findstring
~~~~~~~~~~