Skip to content

Commit

Permalink
Merge pull request #22 from invenia/syntax-0.6
Browse files Browse the repository at this point in the history
type --> mutable struct
  • Loading branch information
samoconnor committed Feb 14, 2018
2 parents c3b65aa + db8b9f7 commit d3a8ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AWSCredentials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The `AWSCredentials()` constructor tries to load local Credentials from
environment variables, `~/.aws/credentials` or EC2 instance credentials.
"""

type AWSCredentials
mutable struct AWSCredentials
access_key_id::String
secret_key::String
token::String
Expand Down

0 comments on commit d3a8ca4

Please sign in to comment.