Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
  • Loading branch information
dalexandrov committed Aug 3, 2023
1 parent 41e4687 commit c65ce05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ static WebClientRequestBuilder create(NioEventLoopGroup eventGroup,
* Creates new instance of {@link WebClientRequestBuilder} based on previous request.
*
* @param clientRequest previous request
* @param method Http.Method ro be used
* @param method Http.Method to be used
* @return client request builder
*/
static WebClientRequestBuilder create(WebClientRequestImpl clientRequest, Http.Method method) {
Expand Down

0 comments on commit c65ce05

Please sign in to comment.