From d192c484485facd0664c359fae2ed21475f8ed0d Mon Sep 17 00:00:00 2001 From: Tom Niget Date: Sun, 24 Sep 2023 02:19:54 +0200 Subject: [PATCH] Fix typo in types-and-traits.rst --- src/types-and-traits.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types-and-traits.rst b/src/types-and-traits.rst index 710369cc..0e4b2b55 100644 --- a/src/types-and-traits.rst +++ b/src/types-and-traits.rst @@ -1856,7 +1856,7 @@ An :t:`anonymous return type` is unifiable with another :t:`type` when: :t:`anonymous return type`. :dp:`fls_hza5n5eb18ta` -An :t:`impl trait type` is unifiabe only with itself. +An :t:`impl trait type` is unifiable only with itself. :dp:`fls_ww16urcjrj6i` A :t:`trait object type` is unifiable only with another :t:`trait object type`