Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/elixir/lib/kernel.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5672,7 +5672,7 @@ defmodule Kernel do
> #### Narrow behaviours and entry points {: .tip}
>
> When defining behaviours, a general rule of thumb is to define narrow
> behaviours, with the minumum amount of callbacks, to facilitate maintenance
> behaviours, with the minimum amount of callbacks, to facilitate maintenance
> over time. Fewer callbacks minimize the points of contact between different
> parts of the system and reduces the risk of breaking changes and of different
> implementations having inconsistent behaviour. However, when using `defoverridable`
Expand Down
Loading