Skip to content

Commit 2cd752c

Browse files
authored
Add @doc since for get_in/1 (#14287)
1 parent 7d9c531 commit 2cd752c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elixir/lib/kernel.ex

+1
Original file line numberDiff line numberDiff line change
@@ -3069,6 +3069,7 @@ defmodule Kernel do
30693069
nil
30703070
30713071
"""
3072+
@doc since: "1.17.0"
30723073
defmacro get_in(path) do
30733074
{[h | t], _} = unnest(path, [], true, "get_in/1")
30743075
nest_get_in(h, quote(do: x), t)

0 commit comments

Comments
 (0)