Skip to content

Commit

Permalink
Small changes to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanski committed Apr 2, 2023
1 parent 95adf01 commit 3f24304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
//! .create();
//!
//! // Requests containing any content-type header value will be mocked.
//! // Requests not containing this header will return `501 Mock Not Found`.
//! // Requests not containing this header will return `501 Not Implemented`.
//! ```
//!
//! You can mock requests that should be *missing a particular header field*, by setting the `Mock::match_header`
Expand Down Expand Up @@ -635,7 +635,7 @@
//! // Nothing is mocked at this point
//! ```
//!
//! ...or you can call `Mock::reset` to remove a single mock:
//! ...or you can call `Mock::remove` to remove a single mock:
//!
//! ```
//! let mut s = mockito::Server::new();
Expand Down

0 comments on commit 3f24304

Please sign in to comment.