Skip to content

Commit 359a17a

Browse files
committed
Fix small typo in Writing Documentation.md
[ci skip]
1 parent 9242221 commit 359a17a

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)