typo fix in the trim function doc
parent
742fafa127
commit
db3e477073
|
@ -31,7 +31,8 @@ The string value from which to trim characters.
|
|||
_**Data type:** String_
|
||||
|
||||
### cutset
|
||||
The leading and trailing characters from trim from the string value.
|
||||
The leading and trailing characters to trim from the string value.
|
||||
Only characters that match the `cutset` string exactly are trimmed.
|
||||
|
||||
_**Data type:** String_
|
||||
|
||||
|
|
Loading…
Reference in New Issue