Skip to content

Commit e021c8d

Browse files
mafredrijohnstcn
andauthored
Update agent/agentcontainers/api.go
Co-authored-by: Cian Johnston <cian@coder.com>
1 parent 4b9d218 commit e021c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agentcontainers/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func WithDevcontainerCLI(dccli DevcontainerCLI) Option {
130130
}
131131

132132
// WithSubAgentClient sets the SubAgentClient implementation to use.
133-
// This is used to list, create and delete devcontainer agents.
133+
// This is used to list, create, and delete devcontainer agents.
134134
func WithSubAgentClient(client SubAgentClient) Option {
135135
return func(api *API) {
136136
api.subAgentClient = client

0 commit comments

Comments
 (0)