Skip to content

Commit e1b77b0

Browse files
committed
fix 404
1 parent 95d1771 commit e1b77b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3681,8 +3681,8 @@ Here's the second note, which lets us know where the first borrow would be over.
36813681
This is useful, because if we wait to try to borrow `x` after this borrow is
36823682
over, then everything will work.
36833683

3684-
For more advanced patterns, please consult the [Lifetime
3685-
Guide](guide-lifetimes.html). You'll also learn what this type signature with
3684+
For more advanced patterns, please consult the [Ownership
3685+
Guide](guide-ownership.html). You'll also learn what this type signature with
36863686
the `'a` syntax is:
36873687

36883688
```{rust,ignore}

0 commit comments

Comments
 (0)