Skip to content

Commit

Permalink
fix 404
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoss2 committed Dec 5, 2014
1 parent 95d1771 commit e1b77b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/guide.md
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

4 comments on commit e1b77b0

@bors
Copy link
Contributor

@bors bors commented on e1b77b0 Dec 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at nhoss2@e1b77b0

@bors
Copy link
Contributor

@bors bors commented on e1b77b0 Dec 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging nhoss2/rust/master = e1b77b0 into auto

@bors
Copy link
Contributor

@bors bors commented on e1b77b0 Dec 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nhoss2/rust/master = e1b77b0 merged ok, testing candidate = 25510a18

Please sign in to comment.