Skip to content

Commit 98cfa7b

Browse files
authored
add "since" doc metadata to System.otp_release/0 (#10325)
1 parent 556bd25 commit 98cfa7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elixir/lib/system.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,7 @@ defmodule System do
10091009
Returns the Erlang/OTP release number.
10101010
"""
10111011
@spec otp_release :: String.t()
1012+
@doc since: "1.3.0"
10121013
def otp_release do
10131014
:erlang.list_to_binary(:erlang.system_info(:otp_release))
10141015
end

0 commit comments

Comments
 (0)