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.
2 parents b7736f5 + 1225818 commit 9f2956bCopy full SHA for 9f2956b
README.md
@@ -40,7 +40,7 @@ impl MyStructToMock { /* methods to mock */ }
40
mod client {
41
// #[faux::create] makes a struct mockable and
42
// generates an associated `faux` function
43
- // e.g., `UserClient::faux()` will create a a mock `UserClient` instance
+ // e.g., `UserClient::faux()` will create a mock `UserClient` instance
44
#[faux::create]
45
pub struct UserClient { /* data of the client */ }
46
0 commit comments