Skip to content

Commit

Permalink
Update pkg/ottl/ottlfuncs/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com>
  • Loading branch information
odubajDT and tiffany76 committed Jul 2, 2024
1 parent eb06991 commit d513ae4
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 @@ -721,8 +721,8 @@ Examples:

`IsRootSpan()`

The `IsRootSpan` Converter returns `true` if the span in the corresponding context is root, that means
its `parent_span_id` equals to hexadecimal representation of zero.
The `IsRootSpan` Converter returns `true` if the span in the corresponding context is root, which means
its `parent_span_id` is equal to hexadecimal representation of zero.

The function returns `false` in all other scenarios, including `parent_span_id == ""` or `parent_span_id == nil`.

Expand Down

0 comments on commit d513ae4

Please sign in to comment.