We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9cd44 commit 14d9df2Copy full SHA for 14d9df2
src/trait-bounds.md
@@ -52,7 +52,7 @@ certain common cases:
52
`trait A { type B: Copy; }` is equivalent to
53
`trait A where Self::B: Copy { type B; }`.
54
55
-r[bound.satisfication]
+r[bound.satisfaction]
56
Bounds on an item must be satisfied when using the item. When type checking and
57
borrow checking a generic item, the bounds can be used to determine that a
58
trait is implemented for a type. For example, given `Ty: Trait`
0 commit comments