From 616b6df0205f9e69264997815cb49f57cdc3573c Mon Sep 17 00:00:00 2001 From: Feng Date: Tue, 1 Mar 2016 13:40:01 +0800 Subject: [PATCH] OTP --- docs/source/cluster.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cluster.rst b/docs/source/cluster.rst index 5369e9381..72a4a1bac 100644 --- a/docs/source/cluster.rst +++ b/docs/source/cluster.rst @@ -6,7 +6,7 @@ Clustering ========== ---------------------- -Distributed Erlang/OPT +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.