Skip to content

Commit

Permalink
Fix typo to min_bin_vheap_size in type
Browse files Browse the repository at this point in the history
  • Loading branch information
essen authored Aug 28, 2024
1 parent 98e7aea commit a711f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/preloaded/src/erlang.erl
Original file line number Diff line number Diff line change
Expand Up @@ -9669,7 +9669,7 @@ the `CpuTopology` type to change.

-doc "A list with the system wide garbage collection defaults.".
-type garbage_collection_defaults() :: [{max_heap_size, non_neg_integer()} |
{min_bin_heap_size, non_neg_integer()} |
{min_bin_vheap_size, non_neg_integer()} |
{min_heap_size, non_neg_integer()} |
{fullsweep_after, non_neg_integer()}].

Expand Down

0 comments on commit a711f59

Please sign in to comment.