Skip to content

Commit 0b6839f

Browse files
authored
Rollup merge of rust-lang#89781 - Wilfred:patch-2, r=JohnTitor
Add missing words in `Infallible` docs This sentence was previously incomplete.
2 parents 1d63deb + e56d89a commit 0b6839f

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
@@ -664,7 +664,7 @@ impl AsMut<str> for str {
664664
///
665665
/// However there is one case where `!` syntax can be used
666666
/// before `!` is stabilized as a full-fledged type: in the position of a function’s return type.
667-
/// Specifically, it is possible implementations for two different function pointer types:
667+
/// Specifically, it is possible to have implementations for two different function pointer types:
668668
///
669669
/// ```
670670
/// trait MyTrait {}

0 commit comments

Comments
 (0)