mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
fix typos in function comments
Signed-off-by: allencloud <allen.sun@daocloud.io> Upstream-commit: 4a98f9ef7fdb6f6f77516fb030293fbc0ff659dc Component: engine
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
// ConfigUpdate attempts to updates a Config
|
||||
// ConfigUpdate attempts to update a Config
|
||||
func (cli *Client) ConfigUpdate(ctx context.Context, id string, version swarm.Version, config swarm.ConfigSpec) error {
|
||||
query := url.Values{}
|
||||
query.Set("version", strconv.FormatUint(version.Index, 10))
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
// SecretUpdate attempts to updates a Secret
|
||||
// SecretUpdate attempts to update a Secret
|
||||
func (cli *Client) SecretUpdate(ctx context.Context, id string, version swarm.Version, secret swarm.SecretSpec) error {
|
||||
query := url.Values{}
|
||||
query.Set("version", strconv.FormatUint(version.Index, 10))
|
||||
|
||||
Reference in New Issue
Block a user