diff --git a/src/ch10-03-lifetime-syntax.md b/src/ch10-03-lifetime-syntax.md index 64bf587..3130446 100644 --- a/src/ch10-03-lifetime-syntax.md +++ b/src/ch10-03-lifetime-syntax.md @@ -390,7 +390,7 @@ fn foo() -> &i32 { It gave us this help message: ```text - = help: consider giving it a 'static lifetime += help: consider giving it a 'static lifetime ``` As it turns out, `'static` is a special lifetime. It means "this reference