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 f43adf2 + 5c0eadb commit 1709758Copy full SHA for 1709758
book/src/motivation.md
@@ -24,7 +24,7 @@ forcing you write unnecessary abstractions.
24
## Mocking behavior
25
26
faux is designed to mock *visibile behavior*. In Rust terms, faux is
27
-designed to mock *pubic methods*. Private methods are not visible and
+designed to mock *public methods*. Private methods are not visible and
28
thus not mockable using faux. Fields of a struct are not behavior and
29
thus not mockable using faux.
30
0 commit comments