Skip to content

Commit 5505de8

Browse files
authored
Fix a typo (#14281)
This PR fixes a minor typo in the docs.
1 parent f1bf1b8 commit 5505de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5672,7 +5672,7 @@ defmodule Kernel do
56725672
> #### Narrow behaviours and entry points {: .tip}
56735673
>
56745674
> When defining behaviours, a general rule of thumb is to define narrow
5675-
> behaviours, with the minumum amount of callbacks, to facilitate maintenance
5675+
> behaviours, with the minimum amount of callbacks, to facilitate maintenance
56765676
> over time. Fewer callbacks minimize the points of contact between different
56775677
> parts of the system and reduces the risk of breaking changes and of different
56785678
> implementations having inconsistent behaviour. However, when using `defoverridable`

0 commit comments

Comments
 (0)