This commit is contained in:
Andrei Neculau 2019-12-04 11:48:25 +01:00
parent 5f80c5c679
commit fa18520197
No known key found for this signature in database
GPG Key ID: D4EE266533A00BC9

View File

@ -285,7 +285,8 @@ load_local_schema(Schema, [Key | Keys]) ->
end
end.
-type http_uri_uri() :: string() | unicode:unicode_binary(). %% From https://github.com/erlang/otp/blob/OTP-20.2.3/lib/inets/doc/src/http_uri.xml#L57
%% github.com/erlang/otp/blob/OTP-20.2.3/lib/inets/doc/src/http_uri.xml#L57
-type http_uri_uri() :: string() | unicode:unicode_binary().
%% @doc Resolve a new id
%% @private