Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/doc/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3681,8 +3681,8 @@ Here's the second note, which lets us know where the first borrow would be over.
This is useful, because if we wait to try to borrow `x` after this borrow is
over, then everything will work.

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

```{rust,ignore}
Expand Down