File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717// Executors can run a test session by provisioning its components, monitoring
1818// its health and cleaning up after its termination.
1919type Executor interface {
20- // Execute runs a test session. It accepts a context, which can prevent
20+ // Execute runs a test session. It accepts a context that can prevent
2121 // problematic sessions from running indefinitely.
2222 //
2323 // An error is returned if there is a problem regarding the test itself.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ type Watcher struct {
2929 wi watch.Interface
3030}
3131
32- // WatcherOptions overrides the defaults of the controller , allowing it to be
32+ // WatcherOptions overrides the defaults of the watcher , allowing it to be
3333// configured as needed.
3434type WatcherOptions struct {
3535 // EventBufferSize specifies the size of the buffered channel for each
You can’t perform that action at this time.
0 commit comments