We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bf1b8 commit 5505de8Copy full SHA for 5505de8
lib/elixir/lib/kernel.ex
@@ -5672,7 +5672,7 @@ defmodule Kernel do
5672
> #### Narrow behaviours and entry points {: .tip}
5673
>
5674
> When defining behaviours, a general rule of thumb is to define narrow
5675
- > behaviours, with the minumum amount of callbacks, to facilitate maintenance
+ > behaviours, with the minimum amount of callbacks, to facilitate maintenance
5676
> over time. Fewer callbacks minimize the points of contact between different
5677
> parts of the system and reduces the risk of breaking changes and of different
5678
> implementations having inconsistent behaviour. However, when using `defoverridable`
0 commit comments