We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7954e3b + 980c0a3 commit e546dc2Copy full SHA for e546dc2
1 file changed
README.md
@@ -93,7 +93,7 @@ Convert a valid querystring to a Dict:
93
```julia
94
q = "foo=bar&baz=%3Ca%20href%3D%27http%3A%2F%2Fwww.hackershool.com%27%3Ehello%20world%21%3C%2Fa%3E"
95
parsequerystring(q)
96
-# Dict{ASCIIString,ASCIIString} with 2 entries:
+# Dict{String,String} with 2 entries:
97
# "baz" => "<a href='http://www.hackershool.com'>hello world!</a>"
98
# "foo" => "bar"
99
```
0 commit comments