Unverified Commit b7506ec2 authored by Chris Morin's avatar Chris Morin Committed by GitHub
Browse files

Fix typo in documentation (#1455)

parent 4d4f91a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ impl ValidateRequest {
/// TestConnection for use with a [`Client`](crate::Client).
///
/// A basic test connection. It will:
/// - Response to requests with a preloaded series of responses
/// - Respond to requests with a preloaded series of responses
/// - Record requests for future examination
///
/// The generic parameter `B` is the type of the response body.