We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f003d7 commit a950ef5Copy full SHA for a950ef5
doc/specs/stdlib_hashmaps.md
@@ -1002,7 +1002,7 @@ entities of kind `int_probes`. Currently `int_probes` has the value of
1002
1003
The constant `load_factor` is only used by the `open_hashmap_type`. It
1004
specifies the maximum fraction of the available slots that may be
1005
-filled before expansion occurs. The current `load_factor = ).5625` so
+filled before expansion occurs. The current `load_factor = 0.5625` so
1006
the current implementation of `open_hashmap_type` can only hold a
1007
little more than `2**29` entries.
1008
0 commit comments