Skip to content

Commit

Permalink
Fix typo in references-and-borrowing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
petehunt committed May 10, 2015
1 parent 9ecc989 commit a168a15
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 a168a15

Please sign in to comment.