Skip to content

Commit 6f219ad

Browse files
committed
Clean up formatting error
1 parent 2487d74 commit 6f219ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/uri.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ defmodule URI do
7373
7474
## Examples
7575
76-
iex(23)> URI.decode_query("foo=1&bar=2")
76+
iex> URI.decode_query("foo=1&bar=2")
7777
#HashDict<[{"bar", "2"}, {"foo", "1"}]>
7878
7979
iex> hd = HashDict.new()

0 commit comments

Comments
 (0)