We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e022b7c commit 1251953Copy full SHA for 1251953
bitreq/src/request.rs
@@ -297,7 +297,7 @@ impl Request {
297
/// Returns `Err` if we run into an error while sending the
298
/// request, or receiving/parsing the response. The specific error
299
/// is described in the `Err`, and it can be any
300
- /// [`minreq::Error`](enum.Error.html) except
+ /// [`bitreq::Error`](enum.Error.html) except
301
/// [`InvalidUtf8InBody`](enum.Error.html#variant.InvalidUtf8InBody).
302
#[cfg(feature = "async")]
303
pub async fn send_async(self) -> Result<Response, Error> {
0 commit comments