fix typo (#28190)
This commit is contained in:
@ -3,7 +3,7 @@ title: Documentation
|
|||||||
---
|
---
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
One of the best advanced of Elixir in comparison to other programming languages is its documentation system. Elixir's documentation is created by your code comments and made into a pretty HTML Website for you to browse with ease and understand how the application works. Once you understand how to properly comment your code in Elixir, you'll be able to explain how your application works to other programmers with ease. In the examples below we show the usage of Elixir's documentation functions in a fictional webserver module.
|
One of the best advantages of Elixir in comparison to other programming languages is its documentation system. Elixir's documentation is created by your code comments and made into a pretty HTML Website for you to browse with ease and understand how the application works. Once you understand how to properly comment your code in Elixir, you'll be able to explain how your application works to other programmers with ease. In the examples below we show the usage of Elixir's documentation functions in a fictional webserver module.
|
||||||
|
|
||||||
### Inline Documentation
|
### Inline Documentation
|
||||||
Inline documentation uses a `#` in front of text describing something about the code.
|
Inline documentation uses a `#` in front of text describing something about the code.
|
||||||
@ -47,4 +47,4 @@ Function documentation describes the purpose and usage of a single function. Fun
|
|||||||
|
|
||||||
#### More Information:
|
#### More Information:
|
||||||
* [ElixirSchool - Documentation](https://elixirschool.com/en/lessons/basics/documentation/)
|
* [ElixirSchool - Documentation](https://elixirschool.com/en/lessons/basics/documentation/)
|
||||||
* [ExDoc](https://github.com/elixir-lang/ex_doc)
|
* [ExDoc](https://github.com/elixir-lang/ex_doc)
|
||||||
|
Reference in New Issue
Block a user