We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9d218 commit e021c8dCopy full SHA for e021c8d
agent/agentcontainers/api.go
@@ -130,7 +130,7 @@ func WithDevcontainerCLI(dccli DevcontainerCLI) Option {
130
}
131
132
// WithSubAgentClient sets the SubAgentClient implementation to use.
133
-// This is used to list, create and delete devcontainer agents.
+// This is used to list, create, and delete devcontainer agents.
134
func WithSubAgentClient(client SubAgentClient) Option {
135
return func(api *API) {
136
api.subAgentClient = client
0 commit comments