Skip to content

Commit

Permalink
Merge pull request #2441 from RanVaknin/fix-documentation-config
Browse files Browse the repository at this point in the history
Fix documentation config
  • Loading branch information
RanVaknin committed Jan 3, 2024
2 parents 0f8ad11 + 1126a91 commit 73e1a99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .changelog/074579146e0249e0909ce9c57c9c29f1.json
@@ -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
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

0 comments on commit 73e1a99

Please sign in to comment.