Skip to content

Commit 53416f6

Browse files
authored
Merge pull request erlang#9605 from weaversam8/patch-1
stdlib: update broken link in docs for sys:get_status/2
2 parents 0f01ba3 + b6912f8 commit 53416f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stdlib/src/sys.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ The value of `Misc` varies for different types of processes, for example:
315315
- A `m:gen_event` process returns information about each of its registered
316316
handlers.
317317
- A bare `m:sys` process returns the value passed as `Misc` to
318-
`handle_system_message/6`.
318+
`handle_system_msg/6`.
319319
320320
Callback modules for `m:gen_server`, `m:gen_statem`, and `m:gen_event` can also change
321321
the value of `Misc` by exporting a function `format_status/1`, which contributes

0 commit comments

Comments
 (0)