fix bad var name

This commit is contained in:
Wifinigel 2023-01-23 07:44:14 +00:00
parent 28ede92e52
commit b98dd8bfb2

View file

@ -16,7 +16,7 @@
# function to remove last char from a string
#
# e.g. :local choppedVar [$chopStrFunc "string with extra char,"]
# e.g. :local ChoppedVar [$chopStrFunc "string with extra char,"]
#
:global ChopStrFunc do={
:return [ :pick $1 0 ( [ :len $1 ] -1 ) ];