Skip to content

Commit c27f222

Browse files
authored
Merge pull request #947 from getong/update_erlang_doc
update to erlang 20
2 parents a012bcb + 965fd66 commit c27f222

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

erlang/content.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Erlang is a programming language used to build massively scalable soft real-time
1212

1313
```console
1414
➸ docker run -it --rm erlang
15-
Erlang/OTP 18 [erts-7.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]
15+
Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false]
1616

17-
Eshell V7.1 (abort with ^G)
17+
Eshell V9.0 (abort with ^G)
1818
1> uptime().
1919
3 seconds
2020
ok
@@ -31,11 +31,11 @@ User switch command
3131
? | h - this message
3232
--> q
3333
➸ docker run -it --rm -h erlang.local erlang erl -name [email protected]
34-
Erlang/OTP 18 [erts-7.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]
34+
Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false]
3535

36-
Eshell V7.1 (abort with ^G)
36+
Eshell V9.0 (abort with ^G)
3737
([email protected])1> erlang:system_info(otp_release).
38-
"18"
38+
"20"
3939
4040
User switch command
4141
--> q

0 commit comments

Comments
 (0)