diff --git a/.changelog/074579146e0249e0909ce9c57c9c29f1.json b/.changelog/074579146e0249e0909ce9c57c9c29f1.json new file mode 100644 index 00000000000..c65131b0d7e --- /dev/null +++ b/.changelog/074579146e0249e0909ce9c57c9c29f1.json @@ -0,0 +1,8 @@ +{ + "id": "07457914-6e02-49e0-909c-e9c57c9c29f1", + "type": "documentation", + "description": "removing incorrect doc string from config", + "modules": [ + "." + ] +} \ No newline at end of file diff --git a/aws/config.go b/aws/config.go index 1ee54cfe0f6..2264200c169 100644 --- a/aws/config.go +++ b/aws/config.go @@ -170,8 +170,7 @@ func NewConfig() *Config { return &Config{} } -// Copy will return a shallow copy of the Config object. If any additional -// configurations are provided they will be merged into the new config returned. +// Copy will return a shallow copy of the Config object. func (c Config) Copy() Config { cp := c return cp