You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-15 10:34:18 +02:00
Grammar fix in ownership/lifetimes-function-calls.md
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# Lifetimes in Function Calls
|
# Lifetimes in Function Calls
|
||||||
|
|
||||||
In addition to borrow its arguments, a function can return a borrowed value:
|
In addition to borrowing its arguments, a function can return a borrowed value:
|
||||||
|
|
||||||
```rust,editable
|
```rust,editable
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
Reference in New Issue
Block a user