diff --git a/book/en-us/03-runtime.md b/book/en-us/03-runtime.md index d75f1bc..969e6a9 100644 --- a/book/en-us/03-runtime.md +++ b/book/en-us/03-runtime.md @@ -374,7 +374,7 @@ int main() { } ``` -The first question, why not allow non-linear references to bind to non-lvalues? +The first question, why not allow non-constant references to bind to non-lvalues? This is because there is a logic error in this approach: ```cpp