Skip to content

Commit 7b0f0c3

Browse files
committed
Fixed typo.
1 parent 07308d4 commit 7b0f0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-pattern-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub unsafe trait Haystack: Deref<Target: Hay> + Sized {
157157
> [issue 20671]), or Associated Type Bounds ([RFC 2289]) has been accepted and implemented.
158158
>
159159
> For simplicity we are ignoring [issue 38078],
160-
> which forces us to write `<Self::Target as Hay>::Index` instead of `Self::Index`.
160+
> which forces us to write `<Self::Target as Hay>::Index` instead of `Self::Target::Index`.
161161
162162
The `self.restore_range(original, parent)` method is implemented to solve:
163163

0 commit comments

Comments
 (0)