Skip to content

Commit 8c45982

Browse files
committed
Fix Module.definitions_in documentation typo.
1 parent 6697100 commit 8c45982

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)