Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changelog/074579146e0249e0909ce9c57c9c29f1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "07457914-6e02-49e0-909c-e9c57c9c29f1",
"type": "documentation",
"description": "removing incorrect doc string from config",
"modules": [
"."
]
}
3 changes: 1 addition & 2 deletions aws/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down