Skip to content

Commit 5fb23d8

Browse files
authored
Merge pull request #54 from PallHaraldsson/patch-1
Fix typo in LittleDict docstring
2 parents 2edd74c + c5616fb commit 5fb23d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/little_dict.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const StoreType = Union{<:Tuple, <:Vector}
33
"""
44
LittleDict(keys, vals)<:AbstractDict
55
6-
A ordered dictionary type for small numbers of keys.
6+
An ordered dictionary type for small numbers of keys.
77
Rather than using `hash` or some other sophisicated measure
88
to store the vals in a clever arrangement,
99
it just keeps everything in a pair of lists.

0 commit comments

Comments
 (0)