Skip to content

Commit

Permalink
Merge pull request #643 from sstarcher/patch-1
Browse files Browse the repository at this point in the history
Missing parenthes in docs
  • Loading branch information
xibz committed Apr 20, 2016
2 parents 9300ebe + b7108cb commit 4511363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func initHandlers(s *Session) {
//
// Example:
// // Create a copy of the current session, configured for the us-west-2 region.
// sess.Copy(&aws.Config{Region: aws.String("us-west-2"})
// sess.Copy(&aws.Config{Region: aws.String("us-west-2")})
func (s *Session) Copy(cfgs ...*aws.Config) *Session {
newSession := &Session{
Config: s.Config.Copy(cfgs...),
Expand Down

0 comments on commit 4511363

Please sign in to comment.