Skip to content

Commit d379d79

Browse files
Space was missing, capitalize Unix
1 parent 6df37fe commit d379d79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

book/languages/erlang/misc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* WhatsApp messaging system is build on Erlang, it supports over 800 million users and 30 billion messages per day
44

5-
* bet365 uses Erlangin their Online Gambling & Betting industry.
5+
* bet365 uses Erlang in their Online Gambling & Betting industry.
66

77
* Erlang transports 40% of all telecom data
88

@@ -31,7 +31,7 @@ Don't forget the full-stop ("period" in American English) at the end of each com
3131
c(hello).
3232
{ok,hello}
3333

34-
(on unix systems you start the erlang shell by typing "erl" at the command line.
34+
(on Unix systems you start the erlang shell by typing "erl" at the command line.
3535
On Windows, open a command prompt window and type "werl", or find the Erlang icon in the programs menu).
3636
To run the program from the Erlang shell:
3737

0 commit comments

Comments
 (0)