You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-16 06:10:26 +02:00
Merge pull request #44 from drgnchan/patch-1
Fix grammer in references-dangling.md
This commit is contained in:
@ -13,7 +13,7 @@ fn main() {
|
||||
}
|
||||
```
|
||||
|
||||
* A reference is said to "borrow" the value is refers to.
|
||||
* A reference is said to "borrow" the value it refers to.
|
||||
* Rust is tracking the lifetimes of all references to ensure they live long
|
||||
enough.
|
||||
* We will talk more about borrowing when we get to ownership.
|
||||
|
Reference in New Issue
Block a user