Subjective word ordering
Subjectively, I find this to read better. Perhaps it's part of my North American dialect?
This commit is contained in:
@@ -44,7 +44,7 @@ defmodule Processes do
|
|||||||
assert Process.alive?(pid) == ___
|
assert Process.alive?(pid) == ___
|
||||||
end
|
end
|
||||||
|
|
||||||
koan "You can also terminate other processes than yourself" do
|
koan "You can also terminate processes other than yourself" do
|
||||||
pid = spawn(fn -> receive do end end)
|
pid = spawn(fn -> receive do end end)
|
||||||
|
|
||||||
assert Process.alive?(pid) == ___
|
assert Process.alive?(pid) == ___
|
||||||
|
|||||||
Reference in New Issue
Block a user