Skip to content

Commit a539395

Browse files
authored
Correct typo in Process doc
1 parent 6443322 commit a539395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/process.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ defmodule Process do
8484
Tells whether the given process is alive on the local node.
8585
8686
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
87+
not exited yet) then this function returns `true`. Otherwise, it returns
8888
`false`.
8989
9090
`pid` must refer to a process running on the local node or `ArgumentError` is raised.

0 commit comments

Comments
 (0)