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.
2 parents 0f8ad11 + 1126a91 commit 73e1a99Copy full SHA for 73e1a99
.changelog/074579146e0249e0909ce9c57c9c29f1.json
@@ -0,0 +1,8 @@
1
+{
2
+ "id": "07457914-6e02-49e0-909c-e9c57c9c29f1",
3
+ "type": "documentation",
4
+ "description": "removing incorrect doc string from config",
5
+ "modules": [
6
+ "."
7
+ ]
8
+}
aws/config.go
@@ -170,8 +170,7 @@ func NewConfig() *Config {
170
return &Config{}
171
}
172
173
-// Copy will return a shallow copy of the Config object. If any additional
174
-// configurations are provided they will be merged into the new config returned.
+// Copy will return a shallow copy of the Config object.
175
func (c Config) Copy() Config {
176
cp := c
177
return cp
0 commit comments