Skip to content

Commit c5616fb

Browse files
Typo? And question
[skip ci]
1 parent 2edd74c commit c5616fb

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)