From ebd6722085928d373ddcb5061f403c41c0ad64bc Mon Sep 17 00:00:00 2001 From: Kaise Cheng Date: Thu, 9 Jan 2025 11:16:10 +0000 Subject: [PATCH] readme --- 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 1845442a1b09..4deb965b104a 100644 --- a/pkg/ottl/ottlfuncs/README.md +++ b/pkg/ottl/ottlfuncs/README.md @@ -1245,7 +1245,7 @@ Examples: `Murmur3Hash(target)` -The `Murmur3Hash` Converter converts the `target` to a Murmur3 32-bit hash represented as a signed integer. +The `Murmur3Hash` Converter converts the `target` to a signed integer of the 32-bit Murmur3 hash. `target` is a Getter that returns a string. @@ -1259,7 +1259,7 @@ Examples: `Murmur3Hash128(target)` -The `Murmur3Hash128` Converter converts the `target` to a Murmur3 128-bit hash represented as two signed integers. +The `Murmur3Hash128` Converter converts the `target` to two signed integers of the 128-bit Murmur3 hash. `target` is a Getter that returns a string.