Skip to content

Commit ebd014f

Browse files
committed
Merge pull request AsyncHttpClient#1154 from hlaaftana/patch-1
typo lol
2 parents 67f1cd6 + 837e84a commit ebd014f

File tree

1 file changed

+1
-1
lines changed
  • client/src/main/java/org/asynchttpclient

1 file changed

+1
-1
lines changed

client/src/main/java/org/asynchttpclient/Dsl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static RequestBuilder options(String url) {
5858
return request(OPTIONS, url);
5959
}
6060

61-
public static RequestBuilder path(String url) {
61+
public static RequestBuilder patch(String url) {
6262
return request(PATCH, url);
6363
}
6464

0 commit comments

Comments
 (0)