Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisecheng committed Jan 9, 2025
1 parent 9118de3 commit ebd6722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ottl/ottlfuncs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit ebd6722

Please sign in to comment.