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 2487d74 commit 6f219adCopy full SHA for 6f219ad
lib/elixir/lib/uri.ex
@@ -73,7 +73,7 @@ defmodule URI do
73
74
## Examples
75
76
- iex(23)> URI.decode_query("foo=1&bar=2")
+ iex> URI.decode_query("foo=1&bar=2")
77
#HashDict<[{"bar", "2"}, {"foo", "1"}]>
78
79
iex> hd = HashDict.new()
0 commit comments