Skip to content

Commit 63fa13c

Browse files
MaxDesiatovLukasa
andauthored
Fix typo in README.md (#272)
`Reponse` -> `response` Co-authored-by: Cory Benfield <[email protected]>
1 parent dcf7e5c commit 63fa13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class CountingDelegate: HTTPClientResponseDelegate {
127127
}
128128

129129
func didReceiveHead(task: HTTPClient.Task<Response>, _ head: HTTPResponseHead) -> EventLoopFuture<Void> {
130-
// this is executed when we receive HTTP Reponse head part of the request (it contains response code and headers), called once
130+
// this is executed when we receive HTTP response head part of the request (it contains response code and headers), called once
131131
// in case backpressure is needed, all reads will be paused until returned future is resolved
132132
return task.eventLoop.makeSucceededFuture(())
133133
}

0 commit comments

Comments
 (0)