Skip to content

Commit

Permalink
Merge pull request #8757 from essen/patch-5/OTP-19215
Browse files Browse the repository at this point in the history
Fix typo to min_bin_vheap_size in type
  • Loading branch information
garazdawi authored Sep 2, 2024
2 parents cb3101b + a711f59 commit c83ed06
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 @@ -9666,7 +9666,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 c83ed06

Please sign in to comment.