Skip to content

Commit 076c8dc

Browse files
committed
Merge pull request #4100 from rrrene/patch-3
Fix small typo in Writing Documentation.md
2 parents 9242221 + 359a17a commit 076c8dc

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
@@ -54,7 +54,7 @@ Notice doctests have limitations. When you cannot doctest a function, because it
5454

5555
## Privacy
5656

57-
Elixir allow developers to hide both modules and functions from the documentation by setting the doc attribute to false:
57+
Elixir allows developers to hide both modules and functions from the documentation by setting the doc attribute to false:
5858

5959
defmodule MyApp.Hidden do
6060
@moduledoc false

0 commit comments

Comments
 (0)