Skip to content

Commit 17a5c37

Browse files
author
José Valim
committed
Merge pull request #1993 from chrismccord/fix_module_definitions_in_typo
Fix Module.definitions_in documentation typo.
2 parents 6697100 + 8c45982 commit 17a5c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/module.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ defmodule Module do
642642
end
643643
644644
@doc """
645-
Returns all functions defined in te given module according
645+
Returns all functions defined in the given module according
646646
to its kind.
647647
648648
## Examples

0 commit comments

Comments
 (0)