Add missing words in Infallible docs

This sentence was previously incomplete.
This commit is contained in:
Wilfred Hughes 2021-10-11 12:26:27 -07:00 committed by GitHub
parent 1067e2ca5e
commit e56d89ae62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -662,7 +662,7 @@ fn as_mut(&mut self) -> &mut 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 {}