Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalmahajan15 committed Nov 27, 2023
1 parent 2fe04be commit 3f45765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotation/consume_trigger.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (a *Assignment) String() string {
// }
//
// Here `v` can be potentiall nilable from two flows: ok1 or ok2 is false. We would like to print only one error message
// for this situation with one repreative flow printed in the error message. However, with an `equals` method, we would
// for this situation with one representative flow printed in the error message. However, with an `equals` method, we would
// report multiple error messages, one for each flow, by creating multiple full triggers, thereby affecting performance.
type assignmentFlow struct {
// We use ordered map for `assignments` to maintain the order of assignments in the flow, and also to avoid
Expand Down

0 comments on commit 3f45765

Please sign in to comment.