Skip to content

Commit e56d89a

Browse files
authored
Add missing words in Infallible docs
This sentence was previously incomplete.
1 parent 1067e2c commit e56d89a

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/convert

1 file changed

+1
-1
lines changed

library/core/src/convert/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ impl AsMut<str> for str {
662662
///
663663
/// However there is one case where `!` syntax can be used
664664
/// before `!` is stabilized as a full-fledged type: in the position of a function’s return type.
665-
/// Specifically, it is possible implementations for two different function pointer types:
665+
/// Specifically, it is possible to have implementations for two different function pointer types:
666666
///
667667
/// ```
668668
/// trait MyTrait {}

0 commit comments

Comments
 (0)