Skip to content

Commit 1709758

Browse files
authored
Merge pull request #65 from TomFryersMidsummer/patch-1
Fix typo in book
2 parents f43adf2 + 5c0eadb commit 1709758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/motivation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ forcing you write unnecessary abstractions.
2424
## Mocking behavior
2525

2626
faux is designed to mock *visibile behavior*. In Rust terms, faux is
27-
designed to mock *pubic methods*. Private methods are not visible and
27+
designed to mock *public methods*. Private methods are not visible and
2828
thus not mockable using faux. Fields of a struct are not behavior and
2929
thus not mockable using faux.
3030

0 commit comments

Comments
 (0)