Skip to content

Commit

Permalink
Merge pull request happi#5 from kencausey/master
Browse files Browse the repository at this point in the history
Remove extra word
  • Loading branch information
happi authored Apr 8, 2017
2 parents 46b8b24 + db8083e commit 416b90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion introduction.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ component of the system by itself, in one separate chapter for each of
the major component. You should be able to read any one of these
chapters without having a full understanding of how the other
components are implemented, but you will need a basic understanding of
what each component is. The rest of this introductory chpater should
what each component is. The rest of this introductory chapter should
give you enough basic understanding and vocabulary to be able to jump
between the rest of the chapters in part one in any order you like.

Expand Down
2 changes: 1 addition & 1 deletion preface.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ processes are similar to most OS processes, they execute in parallel
and can communicate through signals. In practices 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 for _agents_.
their equivalent to Erlang processes _agents_.

Erlang achieves concurrency by interleaving the execution of processes
on the Erlang virtual machine, the BEAM. On multi-core processor the
Expand Down

0 comments on commit 416b90b

Please sign in to comment.