Skip to content

Commit 73e1a99

Browse files
authored
Merge pull request #2441 from RanVaknin/fix-documentation-config
Fix documentation config
2 parents 0f8ad11 + 1126a91 commit 73e1a99

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

+1-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@ func NewConfig() *Config {
170170
return &Config{}
171171
}
172172

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.
173+
// Copy will return a shallow copy of the Config object.
175174
func (c Config) Copy() Config {
176175
cp := c
177176
return cp

0 commit comments

Comments
 (0)