We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07889d8 commit 2cd8a57Copy full SHA for 2cd8a57
1 file changed
lib/elixir/lib/process.ex
@@ -534,7 +534,7 @@ defmodule Process do
534
If the process is already dead when calling `Process.monitor/1`, a
535
`:DOWN` message is delivered immediately.
536
537
- See ["The need for monitoring"](genservers.md#the-need-for-monitoring)
+ See ["Links and monitors"](genservers.md#links-and-monitors)
538
for an example. See `:erlang.monitor/2` for more information.
539
540
Inlined by the compiler.
0 commit comments