Skip to content

Commit

Permalink
Merge pull request #59 from ethagnawl/patch-1
Browse files Browse the repository at this point in the history
Remove redundant "a" from example in README
  • Loading branch information
nrxus committed Mar 26, 2024
2 parents b7736f5 + 1225818 commit 9f2956b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl MyStructToMock { /* methods to mock */ }
mod client {
// #[faux::create] makes a struct mockable and
// generates an associated `faux` function
// e.g., `UserClient::faux()` will create a a mock `UserClient` instance
// e.g., `UserClient::faux()` will create a mock `UserClient` instance
#[faux::create]
pub struct UserClient { /* data of the client */ }

Expand Down

0 comments on commit 9f2956b

Please sign in to comment.