From 3f4576548a81a5f0bd63bc166ee48f190049e2ab Mon Sep 17 00:00:00 2001 From: sonalmahajan15 Date: Mon, 6 Nov 2023 16:09:55 -0800 Subject: [PATCH] typo fix --- annotation/consume_trigger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotation/consume_trigger.go b/annotation/consume_trigger.go index 27ce0d33..161eb51c 100644 --- a/annotation/consume_trigger.go +++ b/annotation/consume_trigger.go @@ -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