Skip to content

Commit

Permalink
"In practices" -> "In practice"
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth authored and happi committed Aug 3, 2018
1 parent 7dbf618 commit 9ad40c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/preface.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ several machines.

Erlang uses processes to achieve concurrency. Conceptually Erlang
processes are similar to most OS processes, they execute in parallel
and can communicate through signals. In practices there is a huge
and can communicate through signals. In practice there is a huge
difference in that Erlang processes are much more lightweight than
most OS processes. Many other concurrent programming languages call
their equivalent to Erlang processes _agents_.
Expand Down

0 comments on commit 9ad40c3

Please sign in to comment.