Skip to content

Commit

Permalink
Update comment in Types.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Dec 29, 2023
1 parent 4fd5eba commit 487bebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-client/Network/HTTP/Client/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ data Request = Request
-- @since 0.7.13

, earlyHintHeadersReceived :: [Header] -> IO ()
-- ^ Called every time an HTTP 103 Early Hints header is received from the server.
-- ^ Called every time an HTTP 103 Early Hints header section is received from the server.
--
-- @since 0.7.16
}
Expand Down

0 comments on commit 487bebf

Please sign in to comment.