Skip to content

Commit e5209de

Browse files
GH Actions RunnerGH Actions Runner
GH Actions Runner
authored and
GH Actions Runner
committed
publish: fix typo in feature-lifecycle.md
generated from commit 34d39de
1 parent f079f51 commit e5209de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

development/feature-lifecycle.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h2 id="api-design-exploration"><a class="header" href="#api-design-exploration"
175175
<li>An alternative that should <em>always</em> be considered is simply adding this feature via a third party crate. This is even possible when adding new methods to standard library types by using extension traits.</li>
176176
<li>In the case of &quot;convenience&quot; functions which are simply shorthands for something that is already possible with existing APIs, the cost of extending the standard library surface should be weighed against the ergonomic impact of the new functions.
177177
<ul>
178-
<li>For example, too many convenience methods on a type makes nagivating the documentation more difficult.</li>
178+
<li>For example, too many convenience methods on a type makes navigating the documentation more difficult.</li>
179179
<li>Additionally, consider whether this method is likely to be deprecated in the future if a language-level improvement makes it unnecessary.</li>
180180
</ul>
181181
</li>

print.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ <h2 id="api-design-exploration"><a class="header" href="#api-design-exploration"
388388
<li>An alternative that should <em>always</em> be considered is simply adding this feature via a third party crate. This is even possible when adding new methods to standard library types by using extension traits.</li>
389389
<li>In the case of &quot;convenience&quot; functions which are simply shorthands for something that is already possible with existing APIs, the cost of extending the standard library surface should be weighed against the ergonomic impact of the new functions.
390390
<ul>
391-
<li>For example, too many convenience methods on a type makes nagivating the documentation more difficult.</li>
391+
<li>For example, too many convenience methods on a type makes navigating the documentation more difficult.</li>
392392
<li>Additionally, consider whether this method is likely to be deprecated in the future if a language-level improvement makes it unnecessary.</li>
393393
</ul>
394394
</li>

searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)