Skip to content

Commit 5deee85

Browse files
authored
Update URI.parse/1 note about deprecated authority field (#13697)
1 parent f082b2d commit 5deee85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/elixir/lib/uri.ex

+1-2
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,7 @@ defmodule URI do
693693
694694
> #### `:authority` field {: .info}
695695
>
696-
> This function sets the field `:authority` for backwards-compatibility reasons
697-
> but it is deprecated.
696+
> This function sets the deprecated field `:authority` for backwards-compatibility reasons.
698697
699698
## Examples
700699

0 commit comments

Comments
 (0)