Skip to content

Commit 14d9df2

Browse files
Update src/trait-bounds.md
Co-authored-by: Travis Cross <[email protected]>
1 parent 9e9cd44 commit 14d9df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trait-bounds.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ certain common cases:
5252
`trait A { type B: Copy; }` is equivalent to
5353
`trait A where Self::B: Copy { type B; }`.
5454

55-
r[bound.satisfication]
55+
r[bound.satisfaction]
5656
Bounds on an item must be satisfied when using the item. When type checking and
5757
borrow checking a generic item, the bounds can be used to determine that a
5858
trait is implemented for a type. For example, given `Ty: Trait`

0 commit comments

Comments
 (0)