Thanks to visit codestin.com Credit goes to github.com
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 113ee55 commit 8ad4e98Copy full SHA for 8ad4e98
index.html
@@ -29,7 +29,7 @@ <h4>Scalability</h4>
29
{% highlight elixir %}
30
current_process = self()
31
32
-# Spawns an Elixir process (not an operating system one!)
+# Spawn an Elixir process (not an operating system one!)
33
spawn_link(fn ->
34
send current_process, {:msg, "hello world"}
35
end)
0 commit comments