Skip to content

Commit

Permalink
Rollup merge of rust-lang#25287 - petehunt:patch-2, r=steveklabnik
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed May 11, 2015
2 parents 32ff3f3 + a168a15 commit cb8394c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/trpl/references-and-borrowing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ become quite acquainted. Ownership is how Rust achieves its largest goal,
memory safety. There are a few distinct concepts, each with its own
chapter:

* [ownership][ownership], ownership, the key concept
* [ownership][ownership], the key concept
* borrowing, which you’re reading now
* [lifetimes][lifetimes], an advanced concept of borrowing

Expand Down Expand Up @@ -368,4 +368,4 @@ statement 1 at 3:14
println!("{}", y);
}
```
```

0 comments on commit cb8394c

Please sign in to comment.