Skip to content

Commit 699bb91

Browse files
authored
Add doc since for Stream.transform/5 (#14371)
1 parent 7b71138 commit 699bb91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elixir/lib/stream.ex

+1
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,7 @@ defmodule Stream do
922922
itself). `after_fun` is always invoked, therefore `after_fun` must be the
923923
one used for closing resources.
924924
"""
925+
@doc since: "1.14.0"
925926
@spec transform(Enumerable.t(), start_fun, reducer, last_fun, after_fun) :: Enumerable.t()
926927
when start_fun: (-> acc),
927928
reducer: (element, acc -> {Enumerable.t(), acc} | {:halt, acc}),

0 commit comments

Comments
 (0)