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).