From db3e477073384e041aa1ca44881359e705d69647 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 7 Feb 2019 19:11:03 -0700 Subject: [PATCH] typo fix in the trim function doc --- content/v2.0/reference/flux/functions/strings/trim.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/v2.0/reference/flux/functions/strings/trim.md b/content/v2.0/reference/flux/functions/strings/trim.md index 9d383c2b7..da1cb069b 100644 --- a/content/v2.0/reference/flux/functions/strings/trim.md +++ b/content/v2.0/reference/flux/functions/strings/trim.md @@ -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_