Skip to content

Commit

Permalink
Update pkg/ottl/expression.go
Browse files Browse the repository at this point in the history
Co-authored-by: Curtis Robert <[email protected]>
  • Loading branch information
evan-bradley and crobert-1 authored Sep 1, 2023
1 parent aa1a988 commit 6888251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ottl/expression.go
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ func (g StandardTimeGetter[K]) Get(ctx context.Context, tCtx K) (time.Time, erro

// DurationGetter is a Getter that must return a time.Duration.
type DurationGetter[K any] interface {
// Get retrieves an time.Duration value.
// Get retrieves a time.Duration value.
Get(ctx context.Context, tCtx K) (time.Duration, error)
}

Expand Down

0 comments on commit 6888251

Please sign in to comment.