Skip to content

Commit 9f2956b

Browse files
authored
Merge pull request #59 from ethagnawl/patch-1
Remove redundant "a" from example in README
2 parents b7736f5 + 1225818 commit 9f2956b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl MyStructToMock { /* methods to mock */ }
4040
mod client {
4141
// #[faux::create] makes a struct mockable and
4242
// generates an associated `faux` function
43-
// e.g., `UserClient::faux()` will create a a mock `UserClient` instance
43+
// e.g., `UserClient::faux()` will create a mock `UserClient` instance
4444
#[faux::create]
4545
pub struct UserClient { /* data of the client */ }
4646

0 commit comments

Comments
 (0)