PR comment: typo: "the following are" instead of "is"

Signed-off-by: Maël Valais <mael@vls.dev>
Co-authored-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
Maël Valais 2021-03-25 09:07:45 +01:00
parent fe3617a41c
commit 7e21f730cc

View File

@ -69,7 +69,7 @@ type controller struct {
recorder record.EventRecorder
scheduledWorkQueue scheduler.ScheduledWorkQueue
// The following is used for testing purposes.
// The following are used for testing purposes.
clock clock.Clock
shouldReissue policies.Func
dataForCertificate func(context.Context, *cmapi.Certificate) (policies.Input, error)
@ -121,7 +121,7 @@ func NewController(
recorder: recorder,
scheduledWorkQueue: scheduler.NewScheduledWorkQueue(clock, queue.Add),
// The following is used for testing purposes.
// The following are used for testing purposes.
clock: clock,
shouldReissue: shouldReissue,
dataForCertificate: (&policies.Gatherer{