Rollup merge of #89781 - Wilfred:patch-2, r=JohnTitor

Add missing words in `Infallible` docs

This sentence was previously incomplete.
This commit is contained in:
Yuki Okushi 2021-10-13 21:55:11 +09:00 committed by GitHub
commit f759fff447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -664,7 +664,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 functions 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 {}