We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad0f3f commit 7a97730Copy full SHA for 7a97730
lib/elixir/lib/uri.ex
@@ -84,7 +84,7 @@ defmodule URI do
84
Decodes a query string into a dictionary (by default uses a map).
85
86
Given a query string of the form "key1=value1&key2=value2...", produces a
87
- `HashDict` with one entry for each key-value pair. Each key and value will be a
+ map with one entry for each key-value pair. Each key and value will be a
88
binary. Keys and values will be percent-unescaped.
89
90
Use `query_decoder/1` if you want to iterate over each value manually.
0 commit comments