Skip to content

Commit d391b85

Browse files
authored
Mention the Erlang uri_string module in the URI moduledoc (#13525)
1 parent 7489ce8 commit d391b85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/elixir/lib/uri.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ defmodule URI do
55
This module provides functions for working with URIs (for example, parsing
66
URIs or encoding query strings). The functions in this module are implemented
77
according to [RFC 3986](https://tools.ietf.org/html/rfc3986).
8+
9+
Additionally, the Erlang [`:uri_string` module](`:uri_string`) provides certain functionalities,
10+
such as RFC 3986 compliant URI normalization.
811
"""
912

1013
@doc """

0 commit comments

Comments
 (0)