We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
an
a
1 parent 4209521 commit be7851dCopy full SHA for be7851d
src/special-types-and-traits.md
@@ -110,7 +110,7 @@ according to the following rules:
110
closure that captures a `T` by shared reference and a `U` by value implements
111
any auto traits that both `&T` and `U` do.
112
113
-For generic types (counting the built-in types above as generic over `T`), if an
+For generic types (counting the built-in types above as generic over `T`), if a
114
generic implementation is available, then the compiler does not automatically
115
implement it for types that could use the implementation except that they do not
116
meet the requisite trait bounds. For instance, the standard library implements
0 commit comments