Skip to content

Commit d410466

Browse files
author
José Valim
committed
Format lib/elixir/lib/code.ex
1 parent fe3c263 commit d410466

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/elixir/lib/code.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,8 @@ defmodule Code do
11211121
longer available, and therefore this function always returns `nil`.
11221122
Use `Code.fetch_docs/1` instead.
11231123
"""
1124-
@doc deprecated: "Code.get_docs/2 always returns nil as its outdated documentation is no longer stored on BEAM files. Use Code.fetch_docs/1 instead"
1124+
@doc deprecated:
1125+
"Code.get_docs/2 always returns nil as its outdated documentation is no longer stored on BEAM files. Use Code.fetch_docs/1 instead"
11251126
@spec get_docs(module, :moduledoc | :docs | :callback_docs | :type_docs | :all) :: nil
11261127
def get_docs(_module, _kind) do
11271128
nil

0 commit comments

Comments
 (0)