We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b75c46 commit 2fc3424Copy full SHA for 2fc3424
1 file changed
lib/elixir/lib/uri.ex
@@ -34,7 +34,7 @@ defmodule URI do
34
35
# We don't use opaque because URIs can be inlined,
36
# either via module attributes or by the compiler.
37
- @doc deprecated: "The authority field is deprecated"
+ @typedoc deprecated: "The authority field is deprecated"
38
@type authority :: nil | binary
39
40
@type t :: %__MODULE__{
0 commit comments