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:
parent
fe3617a41c
commit
7e21f730cc
@ -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{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user