Skip to content

Commit fb5c13a

Browse files
authored
Fix SwissDict doc
1 parent db6c845 commit fb5c13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/swiss_dict.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The interface of `SwissDict` replicates that of `Dict`.
1111
Examples:
1212

1313
```jldoctest
14-
julia> d = RobinDict{Int, Char}(1 => 'a', 2 => 'b')
14+
julia> d = SwissDict(1 => 'a', 2 => 'b')
1515
SwissDict{Int64,Char} with 2 entries:
1616
1 => 'a'
1717
2 => 'b'

0 commit comments

Comments
 (0)