Skip to content

Commit 5b9581f

Browse files
committed
fixed mdlint error, now Travis works
1 parent 9481737 commit 5b9581f

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

book/languages/erlang/history.md

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

33
## Erlang, and its name meaning
44

5-
The name *Erlang* was given in honor of the first scientist in the field of telecommunications: **Agner Krarup Erlang (1878-1929)**, Dunstan's mathematics, **pioneer in telecommunications traffic theory** and queue theory. Sometimes the name of language is sometimes interpreted as **Er**icsson + *Lang*uage = **Er***lang*.
5+
The name *Erlang* was given in honor of the first scientist in the field of telecommunications: **Agner Krarup Erlang (1878-1929)**,
6+
Dunstan's mathematics, **pioneer in telecommunications traffic theory** and queue theory. Sometimes the name of language is sometimes interpreted as **Er**icsson + *Lang*uage = **Er***lang*.
67

78
## In Ericsson lab
89

book/languages/erlang/misc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
hello_world() -> io:fwrite("hello, world\n").
2424
```
2525

26-
* After this is done, you'll need more work. Save it as hello.erl and compile it from the erlang shell.
26+
After this is done, you'll need more work.
27+
Save it as hello.erl and compile it from the erlang shell.
2728
Don't forget the full-stop ("period" in American English) at the end of each command, as shown:
2829

2930
Erlang (BEAM) emulator version 4.9.1 [source]
3031
Eshell V4.9.1 (abort with ^G)
3132
c(hello).
3233
{ok,hello}
3334

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

0 commit comments

Comments
 (0)