Skip to content

Commit

Permalink
Merge pull request #54 from PallHaraldsson/patch-1
Browse files Browse the repository at this point in the history
Fix typo in LittleDict docstring
  • Loading branch information
oxinabox authored Sep 29, 2020
2 parents 2edd74c + c5616fb commit 5fb23d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/little_dict.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const StoreType = Union{<:Tuple, <:Vector}
"""
LittleDict(keys, vals)<:AbstractDict
A ordered dictionary type for small numbers of keys.
An ordered dictionary type for small numbers of keys.
Rather than using `hash` or some other sophisicated measure
to store the vals in a clever arrangement,
it just keeps everything in a pair of lists.
Expand Down

0 comments on commit 5fb23d8

Please sign in to comment.