Skip to content

Commit

Permalink
Add missing words in Infallible docs
Browse files Browse the repository at this point in the history
This sentence was previously incomplete.
  • Loading branch information
Wilfred authored Oct 11, 2021
1 parent 1067e2c commit e56d89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/convert/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ impl AsMut<str> for str {
///
/// However there is one case where `!` syntax can be used
/// before `!` is stabilized as a full-fledged type: in the position of a function’s return type.
/// Specifically, it is possible implementations for two different function pointer types:
/// Specifically, it is possible to have implementations for two different function pointer types:
///
/// ```
/// trait MyTrait {}
Expand Down

0 comments on commit e56d89a

Please sign in to comment.