Skip to content

Commit 8e380a6

Browse files
authored
Update moduledoc of HashMap.Strict to mention correct branching factor of 32 (#494)
Fixes #493
1 parent fee3769 commit 8e380a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/HashMap/Strict.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-- strings.
2020
--
2121
-- Many operations have a average-case complexity of \(O(\log n)\). The
22-
-- implementation uses a large base (i.e. 16) so in practice these
22+
-- implementation uses a large base (i.e. 32) so in practice these
2323
-- operations are constant time.
2424
module Data.HashMap.Strict
2525
(

0 commit comments

Comments
 (0)