Skip to content

Commit c8f66a0

Browse files
authored
Update README.md
1 parent ad2a642 commit c8f66a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/httpclient/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the body content from a given source, for instance, from a string or a file.
1515
receives after sending an *HttpRequest*.
1616
* **HttpResponse.BodyHandler**: It is a functional interface that accepts some information about the response (status code and headers),
1717
and returns a *BodySubscriber*, which itself handles consuming the response body.
18-
* **HttpResponse.BodySubscriber**: subscribes for the response body and consumes its bytes into some other form (a string, a file,
18+
* **HttpResponse.BodySubscriber**: It subscribes for the response body and consumes its bytes into some other form (a string, a file,
1919
or some other storage type).
2020

2121
*BodyPublisher* is a subinterface of *Flow.Publisher*, introduced in Java 9. Similarly, *BodySubscriber* is a subinterface

0 commit comments

Comments
 (0)