Skip to content

Commit dcd5956

Browse files
authored
Clarify when @impl was introduced (#12386)
1 parent 6519f5d commit dcd5956

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
@@ -65,7 +65,7 @@ defmodule Module do
6565
For detailed documentation, see the
6666
[behaviour typespec documentation](typespecs.md#behaviours).
6767
68-
### `@impl`
68+
### `@impl` (since v1.5.0)
6969
7070
To aid in the correct implementation of behaviours, you may optionally declare
7171
`@impl` for implemented callbacks of a behaviour. This makes callbacks

0 commit comments

Comments
 (0)