Skip to content

Commit 594506f

Browse files
eulerkochyoxinabox
andauthored
Update docs/src/robin_dict.md
Co-authored-by: Lyndon White <[email protected]>
1 parent 5af0c1f commit 594506f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/robin_dict.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ DocTestSetup = :(using DataStructures)
66

77
`RobinDict` provides a standard dictionary, conforming to the AbstractDict protocol, which uses the Robin Hood hashing algorithm with backward-shift deletion to provide improved average performance over Dict.
88

9-
The interface of `RobinDict` replicates that of `Dict`. This has an ordered version called `OrderedRobinDict`, which replicates the interface of `OrderedDict`.
9+
The interface of `RobinDict` replicates that of `Dict`.
10+
This has an ordered version called `OrderedRobinDict`, which replicates the interface of `OrderedDict`.
1011

1112
Examples:
1213

0 commit comments

Comments
 (0)