Skip to content

Commit 34d39de

Browse files
daddinuztshepang
authored andcommitted
fix typo in feature-lifecycle.md
1 parent aadb894 commit 34d39de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/development/feature-lifecycle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Keep the following points in mind during the discussion:
3535
- An overly specific API does not cover all common use cases, and may require further API changes in the future to accomodate these use cases.
3636
- An alternative that should *always* 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.
3737
- In the case of "convenience" 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.
38-
- For example, too many convenience methods on a type makes nagivating the documentation more difficult.
38+
- For example, too many convenience methods on a type makes navigating the documentation more difficult.
3939
- Additionally, consider whether this method is likely to be deprecated in the future if a language-level improvement makes it unnecessary.
4040

4141
The library team itself is not directly involved in this discussion, but individual members may comment to provide feedback. If significant changes have occurred since the ACP, another one may be proposed at this point to have the design validated by the library API team.

0 commit comments

Comments
 (0)