From afd68e9a66f3aa99efbcbdd73efe8f0fb918037e Mon Sep 17 00:00:00 2001 From: loqusion Date: Wed, 14 Aug 2024 13:39:37 -0500 Subject: [PATCH] Typo: 'a' to 'an' in type-coercions.md --- src/type-coercions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type-coercions.md b/src/type-coercions.md index 2bdbb5349..f1016b19b 100644 --- a/src/type-coercions.md +++ b/src/type-coercions.md @@ -180,7 +180,7 @@ an implementation of `Unsize` for `T` will be provided: * T is not part of the type of any other fields. Additionally, a type `Foo` can implement `CoerceUnsized>` when `T` -implements `Unsize` or `CoerceUnsized>`. This allows it to provide a +implements `Unsize` or `CoerceUnsized>`. This allows it to provide an unsized coercion to `Foo`. > Note: While the definition of the unsized coercions and their implementation