Skip to content

Commit e546dc2

Browse files
authored
Merge pull request #46 from PallHaraldsson/patch-1
Outdated doc for 0.5
2 parents 7954e3b + 980c0a3 commit e546dc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Convert a valid querystring to a Dict:
9393
```julia
9494
q = "foo=bar&baz=%3Ca%20href%3D%27http%3A%2F%2Fwww.hackershool.com%27%3Ehello%20world%21%3C%2Fa%3E"
9595
parsequerystring(q)
96-
# Dict{ASCIIString,ASCIIString} with 2 entries:
96+
# Dict{String,String} with 2 entries:
9797
# "baz" => "<a href='http://www.hackershool.com'>hello world!</a>"
9898
# "foo" => "bar"
9999
```

0 commit comments

Comments
 (0)