We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9bd2c commit 05eb18eCopy full SHA for 05eb18e
lib/elixir/lib/gen_server.ex
@@ -761,11 +761,11 @@ defmodule GenServer do
761
@doc """
762
This function is called by a `GenServer` process in the following situations:
763
764
- * `sys:get_status/1,2` is invoked to get the `GenServer` status.
+ * [`:sys.get_status/1,2`](`:sys.get_status/1`) is invoked to get the `GenServer` status.
765
* The `GenServer` process terminates abnormally and logs an error.
766
767
This callback is used to limit the status of the process returned by
768
- `sys:get_status/1,2` or sent to logger.
+ [`:sys.get_status/1,2`](`:sys.get_status/1`) or sent to logger.
769
770
The callback gets a map `status` describing the current status and shall return
771
a map `new_status` with the same keys, but it may transform some values.
0 commit comments