Skip to content

Commit

Permalink
Merge pull request #8864 from roelandvanbatenburg/patch-1
Browse files Browse the repository at this point in the history
Fixed small typo in hibernate/3 doc
  • Loading branch information
jhogberg authored Sep 30, 2024
2 parents 3938343 + b0ad3bc commit 8328a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/preloaded/src/erlang.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3308,7 +3308,7 @@ Puts the calling process into a wait state where its memory allocation has been
reduced as much as possible. This is useful if the process does not expect to
receive any messages soon.
The process is awaken when a message is sent to it, and control resumes in
The process is awakened when a message is sent to it, and control resumes in
`Module:Function` with the arguments specified by `Args` with the call stack
emptied, meaning that the process terminates when that function returns. Thus
`erlang:hibernate/3` never returns to its caller. The resume function
Expand Down

0 comments on commit 8328a59

Please sign in to comment.