Skip to content

Commit

Permalink
Merge pull request #7508 from TD5/patch-3
Browse files Browse the repository at this point in the history
Reword warning around `process_flag/2`
  • Loading branch information
garazdawi authored Aug 2, 2023
2 parents 2ff2e03 + d39a496 commit 7ce8e02
Showing 1 changed file with 2 additions and 2 deletions.
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. Inexperienced
users are not to use this flag, as code auto-loading depends on
function calls and undefined registered processes. Use this flag
with substantial caution, 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 7ce8e02

Please sign in to comment.