Merge pull request #716 from ravirdv/master

Fixed a typo
This commit is contained in:
Feng Lee 2016-11-01 10:53:39 +08:00 committed by GitHub
commit 2f509a464c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Clustering
Distributed Erlang/OTP
----------------------
Erlang/OTP is a concurrent, fault-tolerant, distributed programming platform. A distributed Erlang/OTP system consists of a number of Erlang runtime systems called 'node'. Nodes connect to each other with TCP/IP sockets and communite by Message Passing.
Erlang/OTP is a concurrent, fault-tolerant, distributed programming platform. A distributed Erlang/OTP system consists of a number of Erlang runtime systems called 'node'. Nodes connect to each other with TCP/IP sockets and communicate by Message Passing.
.. code::