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 93bd134 commit fe3006cCopy full SHA for fe3006c
index.md
@@ -187,7 +187,7 @@ Create `RequestParams` for a single parameter:
187
RequestParams params = new RequestParams("single", "value");
188
{% endhighlight %}
189
190
-Create `RequestParams` from an existing Map of key/value strings:
+Create `RequestParams` from an existing `Map` of key/value strings:
191
{% highlight java %}
192
HashMap<String, String> paramMap = new HashMap<String, String>();
193
paramMap.put("key", "value");
0 commit comments