From c8c06263606530229f2c41ebba9926f6b97a7ae4 Mon Sep 17 00:00:00 2001 From: Evan Bradley <11745660+evan-bradley@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:01:07 -0500 Subject: [PATCH] Update pkg/ottl/ottlfuncs/README.md --- pkg/ottl/ottlfuncs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/ottl/ottlfuncs/README.md b/pkg/ottl/ottlfuncs/README.md index 7d058717e6d9..8e48eb3083b2 100644 --- a/pkg/ottl/ottlfuncs/README.md +++ b/pkg/ottl/ottlfuncs/README.md @@ -1796,12 +1796,12 @@ If the `target` is not a string or does not exist, the `Split` Converter will re ```Trim(target, Optional[replacement])``` -The `Trim` Converter removes the leading and trailing character (default: whitespace). +The `Trim` Converter removes the leading and trailing character (default: a space character). If the `target` is not a string or does not exist, the `Trim` Converter will return an error. `target` is a string. -`replacement` is an optional string representing the character to replace with (default: whitespace). +`replacement` is an optional string representing the character to replace with (default: a space character). Examples: