From 84e724b2a25144e19f4df07808508d9a65196584 Mon Sep 17 00:00:00 2001 From: Ran Vaknin Date: Tue, 2 Jan 2024 19:07:02 -0800 Subject: [PATCH 1/2] removed incorrect description --- aws/config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 From 1126a91e53a20b18bc1db74225a8417bfb63f427 Mon Sep 17 00:00:00 2001 From: Ran Vaknin Date: Tue, 2 Jan 2024 19:17:20 -0800 Subject: [PATCH 2/2] changelog added --- .changelog/074579146e0249e0909ce9c57c9c29f1.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changelog/074579146e0249e0909ce9c57c9c29f1.json 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