Skip to content

Commit 2fc3424

Browse files
committed
Fix doc -> typedoc
1 parent 3b75c46 commit 2fc3424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixir/lib/uri.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defmodule URI do
3434

3535
# We don't use opaque because URIs can be inlined,
3636
# either via module attributes or by the compiler.
37-
@doc deprecated: "The authority field is deprecated"
37+
@typedoc deprecated: "The authority field is deprecated"
3838
@type authority :: nil | binary
3939

4040
@type t :: %__MODULE__{

0 commit comments

Comments
 (0)