From 8a4dc982d92f165620ef2fb6c99a4a620b952584 Mon Sep 17 00:00:00 2001 From: Raj Nishtala Date: Tue, 3 Dec 2024 12:48:42 -0500 Subject: [PATCH] Indicate that replacement is an optional parameter --- pkg/ottl/ottlfuncs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ottl/ottlfuncs/README.md b/pkg/ottl/ottlfuncs/README.md index ed28de8cd11e..3808b27d03df 100644 --- a/pkg/ottl/ottlfuncs/README.md +++ b/pkg/ottl/ottlfuncs/README.md @@ -1782,7 +1782,7 @@ If the `target` is not a string or does not exist, the `Split` Converter will re ### Trim -```Trim(target, replacement)``` +```Trim(target, Optional[replacement])``` The `Trim` Converter removes the leading and trailing character (default: whitespace).