Skip to content

Commit 9812b74

Browse files
amatalaiJosé Valim
authored andcommitted
Added missing @doc :since metadata (#7922)
Signed-off-by: José Valim <[email protected]>
1 parent aebc7e2 commit 9812b74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elixir/lib/string_io.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ defmodule StringIO do
4646
{:ok, {"", ">The input was foo"}}
4747
4848
"""
49+
@doc since: "1.7.0"
4950
@spec open(binary, keyword, (pid -> res)) :: {:ok, res} when res: var
5051
def open(string, options, function)
5152
when is_binary(string) and is_list(options) and is_function(function, 1) do

0 commit comments

Comments
 (0)