Skip to content

Commit be7851d

Browse files
authored
an -> a in special-types-and-traits.md
1 parent 4209521 commit be7851d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/special-types-and-traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ according to the following rules:
110110
closure that captures a `T` by shared reference and a `U` by value implements
111111
any auto traits that both `&T` and `U` do.
112112

113-
For generic types (counting the built-in types above as generic over `T`), if an
113+
For generic types (counting the built-in types above as generic over `T`), if a
114114
generic implementation is available, then the compiler does not automatically
115115
implement it for types that could use the implementation except that they do not
116116
meet the requisite trait bounds. For instance, the standard library implements

0 commit comments

Comments
 (0)