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 6443322 commit a539395Copy full SHA for a539395
lib/elixir/lib/process.ex
@@ -84,7 +84,7 @@ defmodule Process do
84
Tells whether the given process is alive on the local node.
85
86
If the process identified by `pid` is alive (that is, it's not exiting and has
87
- not exited yet) than this function returns `true`. Otherwise, it returns
+ not exited yet) then this function returns `true`. Otherwise, it returns
88
`false`.
89
90
`pid` must refer to a process running on the local node or `ArgumentError` is raised.
0 commit comments