Skip to content

Commit

Permalink
publish: fix typo in feature-lifecycle.md
Browse files Browse the repository at this point in the history
generated from commit 34d39de
GH Actions Runner authored and GH Actions Runner committed Oct 15, 2024
1 parent f079f51 commit e5209de
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion development/feature-lifecycle.html
Original file line number Diff line number Diff line change
@@ -175,7 +175,7 @@ <h2 id="api-design-exploration"><a class="header" href="#api-design-exploration"
<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>
<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.
<ul>
<li>For example, too many convenience methods on a type makes nagivating the documentation more difficult.</li>
<li>For example, too many convenience methods on a type makes navigating the documentation more difficult.</li>
<li>Additionally, consider whether this method is likely to be deprecated in the future if a language-level improvement makes it unnecessary.</li>
</ul>
</li>
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
@@ -388,7 +388,7 @@ <h2 id="api-design-exploration"><a class="header" href="#api-design-exploration"
<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>
<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.
<ul>
<li>For example, too many convenience methods on a type makes nagivating the documentation more difficult.</li>
<li>For example, too many convenience methods on a type makes navigating the documentation more difficult.</li>
<li>Additionally, consider whether this method is likely to be deprecated in the future if a language-level improvement makes it unnecessary.</li>
</ul>
</li>
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit e5209de

Please sign in to comment.