Skip to content

Commit 913fa65

Browse files
committed
read vs. erad
1 parent 5d5d7da commit 913fa65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/Writing Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Writing Documentation
22

3-
Elixir treats documentation as a first-class citizen. This means documentation should be easy to write and easy to erad. In this document you will learn how to write documentation in Elixir, covering constructs like module attributes, style practices and doctests.
3+
Elixir treats documentation as a first-class citizen. This means documentation should be easy to write and easy to read. In this document you will learn how to write documentation in Elixir, covering constructs like module attributes, style practices and doctests.
44

55
## Markdown
66

0 commit comments

Comments
 (0)