Skip to content

Commit

Permalink
docs(erlang): update docs/erlang.md (#676)
Browse files Browse the repository at this point in the history
* feat(docs): add Erlang cheat sheet

Create an Erlang备忘清单 in markdown format to document common commands and
operations for Erlang programming, including入门, 代码结构, 常用内置函数 (BIFs),
并发编程, 错误处理, 分布式编程, OTP框架, 和测试.

This cheat sheet aims to provide a quick reference for Erlang developers and
learners, summarizing key points and examples for various aspects of the
language.

* docs(erlang): update links and clean up markdown formatting

- Update Erlang documentation links.
  • Loading branch information
h7ml authored Jun 25, 2024
1 parent 60fae2b commit 70b561c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/erlang.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,4 +447,4 @@ erl -eval "eunit:test(module_name)" -s init stop
---

- [Erlang 官方文档](https://www.erlang.org/docs)
- [Erlang 编程书籍](https://www.erlang.org/books)
- [Erlang 编程书籍](https://learnyousomeerlang.com/content)

0 comments on commit 70b561c

Please sign in to comment.