Skip to content

Commit a950ef5

Browse files
wclodius2jvdp1
andauthored
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 5f003d7 commit a950ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_hashmaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ entities of kind `int_probes`. Currently `int_probes` has the value of
10021002

10031003
The constant `load_factor` is only used by the `open_hashmap_type`. It
10041004
specifies the maximum fraction of the available slots that may be
1005-
filled before expansion occurs. The current `load_factor = ).5625` so
1005+
filled before expansion occurs. The current `load_factor = 0.5625` so
10061006
the current implementation of `open_hashmap_type` can only hold a
10071007
little more than `2**29` entries.
10081008

0 commit comments

Comments
 (0)