Skip to content

Commit

Permalink
Merge branch 'whaileee/stdlib/spec/uri_string/fix-percent_decode-spec…
Browse files Browse the repository at this point in the history
…/OTP-19380' into maint

* whaileee/stdlib/spec/uri_string/fix-percent_decode-spec/OTP-19380:
  stdlib: fix uri_string:percent_decode spec
  • Loading branch information
Whaileee committed Dec 2, 2024
2 parents 7a4283b + 0cdb408 commit 8d1f080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stdlib/src/uri_string.erl
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ _Example:_
URI :: uri_string() | uri_map(),
Result :: uri_string() |
uri_map() |
{error, {invalid, {atom(), {term(), term()}}}}.
{error, {invalid, {atom(), {term(), term()}}}} | error().
percent_decode(URIMap) when is_map(URIMap)->
Fun = fun (K,V) when K =:= userinfo; K =:= host; K =:= path;
K =:= query; K =:= fragment ->
Expand Down

0 comments on commit 8d1f080

Please sign in to comment.