all: don't repeat the the word "the" unnecessarily
Updates #cleanup Change-Id: Ic1f430cd5dbf6cc1a385c59074a5d5cabe6fca57 Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
@@ -232,7 +232,7 @@ type Injector struct {
|
||||
}
|
||||
|
||||
// NewInjector constructs an [Injector] that can be used to inject events into
|
||||
// the the stream of events used by code under test. After construction the
|
||||
// the stream of events used by code under test. After construction the
|
||||
// caller may use [Inject] to insert events into the bus.
|
||||
func NewInjector(t *testing.T, b *eventbus.Bus) *Injector {
|
||||
inj := &Injector{
|
||||
|
||||
Reference in New Issue
Block a user