Skip to content

Commit

Permalink
Merge pull request #679 from metab0t/patch-1
Browse files Browse the repository at this point in the history
Fix SwissDict doc
  • Loading branch information
eulerkochy authored Sep 15, 2020
2 parents db6c845 + fb5c13a commit 1bdd474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/swiss_dict.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The interface of `SwissDict` replicates that of `Dict`.
Examples:

```jldoctest
julia> d = RobinDict{Int, Char}(1 => 'a', 2 => 'b')
julia> d = SwissDict(1 => 'a', 2 => 'b')
SwissDict{Int64,Char} with 2 entries:
1 => 'a'
2 => 'b'
Expand Down

0 comments on commit 1bdd474

Please sign in to comment.