File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,7 @@ A timeout value that can be passed to a
265265-export_type ([priority_level / 0 ]).
266266-export_type ([max_heap_size / 0 ]).
267267-export_type ([message_queue_data / 0 ]).
268+ -export_type ([link_option / 0 ]).
268269-export_type ([monitor_option / 0 ]).
269270-export_type ([stacktrace / 0 ]).
270271-export_type ([processes_iter_ref / 0 ]).
@@ -4418,11 +4419,9 @@ module_loaded(_Module) ->
44184419-doc " See `monitor/3`." .
44194420-type monitor_option () :: {'alias' , 'explicit_unalias' | 'demonitor' | 'reply_demonitor' }
44204421 | {'tag' , term ()} | priority .
4421- -doc """
4422- See `link/2`.
44234422
4424- Since OTP 28.0"
4425- "" " .
4423+ - doc (#{ since => << " OTP 28.0" >>}).
4424+ - doc " See `link/2`. " .
44264425-type link_option () :: priority .
44274426
44284427% % monitor/2
You can’t perform that action at this time.
0 commit comments