Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ad4e98

Browse files
lpiljosevalim
authored andcommitted
Make comments more consistent (elixir-lang#955)
1 parent 113ee55 commit 8ad4e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h4>Scalability</h4>
2929
{% highlight elixir %}
3030
current_process = self()
3131

32-
# Spawns an Elixir process (not an operating system one!)
32+
# Spawn an Elixir process (not an operating system one!)
3333
spawn_link(fn ->
3434
send current_process, {:msg, "hello world"}
3535
end)

0 commit comments

Comments
 (0)