Skip to content

Commit

Permalink
Update pkg/ottl/parser.go
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth authored Jan 9, 2025
1 parent 5365a1d commit 3322d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ottl/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ func (c *ConditionSequence[K]) Eval(ctx context.Context, tCtx K) (bool, error) {
// ValueExpression represents an expression that resolves to a value. The returned value can be of any type,
// and the expression can be either a literal value, a path value within the context, or the result of a converter and/or
// a mathematical expression.
// This Allows other components using this library to extract data from the context of the incoming signal using OTTL.
// This allows other components using this library to extract data from the context of the incoming signal using OTTL.
type ValueExpression[K any] struct {
getter Getter[K]
}
Expand Down

0 comments on commit 3322d33

Please sign in to comment.