Skip to content

Commit

Permalink
erts: Fix process_flag error_handle docs
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Aug 2, 2023
1 parent 7ce8e02 commit cc676e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion erts/doc/src/erlang.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6419,7 +6419,7 @@ receive_replies(ReqId, N, Acc) ->
<desc>
<p>Used by a process to redefine the error handler
for undefined function calls and undefined registered
processes. Inexperienced users are not to use this flag,
processes. Use this flag with substantial caution,
as code auto-loading depends on the correct
operation of the error handling module.</p>
<p>Returns the old value of the flag.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
 when Module :: atom(), OldModule :: atom().

Used by a process to redefine the error handler for undefined
function calls and undefined registered processes. Use this flag
with substantial caution, as code auto-loading depends on
function calls and undefined registered processes. Inexperienced
users are not to use this flag, as code auto-loading depends on
the correct operation of the error handling module.

Returns the old value of the flag.
Expand Down

0 comments on commit cc676e9

Please sign in to comment.