We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df37fe commit d379d79Copy full SHA for d379d79
1 file changed
book/languages/erlang/misc.md
@@ -2,7 +2,7 @@
2
3
* WhatsApp messaging system is build on Erlang, it supports over 800 million users and 30 billion messages per day
4
5
-* bet365 uses Erlangin their Online Gambling & Betting industry.
+* bet365 uses Erlang in their Online Gambling & Betting industry.
6
7
* Erlang transports 40% of all telecom data
8
@@ -31,7 +31,7 @@ Don't forget the full-stop ("period" in American English) at the end of each com
31
c(hello).
32
{ok,hello}
33
34
-(on unix systems you start the erlang shell by typing "erl" at the command line.
+(on Unix systems you start the erlang shell by typing "erl" at the command line.
35
On Windows, open a command prompt window and type "werl", or find the Erlang icon in the programs menu).
36
To run the program from the Erlang shell:
37
0 commit comments