Skip to content

Commit 3fd65b7

Browse files
committed
Automated deployment: Wed Dec 18 02:48:06 UTC 2024 1709758
1 parent e21faa7 commit 3fd65b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

motivation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h2 id="no-undue-abstractions"><a class="header" href="#no-undue-abstractions">N
158158
forcing you write unnecessary abstractions.</p>
159159
<h2 id="mocking-behavior"><a class="header" href="#mocking-behavior">Mocking behavior</a></h2>
160160
<p>faux is designed to mock <em>visibile behavior</em>. In Rust terms, faux is
161-
designed to mock <em>pubic methods</em>. Private methods are not visible and
161+
designed to mock <em>public methods</em>. Private methods are not visible and
162162
thus not mockable using faux. Fields of a struct are not behavior and
163163
thus not mockable using faux.</p>
164164
<blockquote>

print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h2 id="no-undue-abstractions"><a class="header" href="#no-undue-abstractions">N
179179
forcing you write unnecessary abstractions.</p>
180180
<h2 id="mocking-behavior"><a class="header" href="#mocking-behavior">Mocking behavior</a></h2>
181181
<p>faux is designed to mock <em>visibile behavior</em>. In Rust terms, faux is
182-
designed to mock <em>pubic methods</em>. Private methods are not visible and
182+
designed to mock <em>public methods</em>. Private methods are not visible and
183183
thus not mockable using faux. Fields of a struct are not behavior and
184184
thus not mockable using faux.</p>
185185
<blockquote>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)