Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFryersMidsummer authored Dec 17, 2024
1 parent f43adf2 commit 5c0eadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ forcing you write unnecessary abstractions.
## Mocking behavior

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

Expand Down

0 comments on commit 5c0eadb

Please sign in to comment.