From e4abbfcab8289df71fb9a81068150a3fc3538c01 Mon Sep 17 00:00:00 2001 From: Eric Yu Date: Tue, 24 Oct 2017 20:56:24 +0800 Subject: [PATCH] modify 'gen_ftp' to 'gen_tcp' In OTP, there is not a module named 'gen_ftp', maybe you mean 'gen_tcp'. --- chapters/introduction.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/introduction.asciidoc b/chapters/introduction.asciidoc index 9f69fdf..1fd4d7d 100644 --- a/chapters/introduction.asciidoc +++ b/chapters/introduction.asciidoc @@ -235,7 +235,7 @@ this will be ERTS. This and the fourth layer, the Erlang Virtual Machine The fifth layer, OTP(((OTP))), supplies the Erlang standard libraries. OTP originally stood for "Open Telecom Platform" and was a number of Erlang libraries supplying building blocks (such as `supervisor`, -`gen_server` and `gen_ftp`) for building robust applications (such as +`gen_server` and `gen_tcp`) for building robust applications (such as telephony exchanges). Early on, the libraries and the meaning of OTP got intermingled with all the other standard libraries shipped with ERTS. Nowadays most people use OTP together with Erlang in