Skip to content

Commit

Permalink
Polish contribution
Browse files Browse the repository at this point in the history
Closes gh-30593
  • Loading branch information
sbrannen committed Jul 7, 2023
1 parent 7ff80bc commit 8bf79cc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@
*
* Mono<Void> result = webClient.post()
* .uri("...")
* .body(BodyInserters.fromMultipartData(multipartBody))
* .bodyValue(multipartBody)
* .retrieve()
* .bodyToMono(Void.class)
* </pre>
Expand Down

0 comments on commit 8bf79cc

Please sign in to comment.