typo fix in the trim function doc

pull/50/head
Scott Anderson 2019-02-07 19:11:03 -07:00
parent 742fafa127
commit db3e477073
1 changed files with 2 additions and 1 deletions

View File

@ -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_