Skip to content

Commit fe3006c

Browse files
committed
Clean up docs
1 parent 93bd134 commit fe3006c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Create `RequestParams` for a single parameter:
187187
RequestParams params = new RequestParams("single", "value");
188188
{% endhighlight %}
189189

190-
Create `RequestParams` from an existing Map of key/value strings:
190+
Create `RequestParams` from an existing `Map` of key/value strings:
191191
{% highlight java %}
192192
HashMap<String, String> paramMap = new HashMap<String, String>();
193193
paramMap.put("key", "value");

0 commit comments

Comments
 (0)