Skip to content

Commit

Permalink
Correct key in @pack dictionary (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikunia authored May 21, 2020
1 parent 46a7538 commit ce98591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ c == "Hi!" #true

d = Dict{String,Any}()
@pack! d = a, c
d # -> Dict{String,Any}("a"=>5.0,"a"=>"Hi!")
d # -> Dict{String,Any}("a"=>5.0,"c"=>"Hi!")
```

## Customization of `@unpack` and `@pack!`
Expand Down

0 comments on commit ce98591

Please sign in to comment.