diff --git a/src/ownership/lifetimes-function-calls.md b/src/ownership/lifetimes-function-calls.md index 71971650..82d5e911 100644 --- a/src/ownership/lifetimes-function-calls.md +++ b/src/ownership/lifetimes-function-calls.md @@ -1,6 +1,6 @@ # 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 #[derive(Debug)]