book: “non-linear” should be “non-constant” (#241)

There is no notion of linearity in this book. However, the context
makes it clear that non-constant values are meant.
This commit is contained in:
Lukas Prokop
2022-07-12 08:40:48 +02:00
committed by GitHub
parent cfda52200a
commit 4dfd34e8a0

View File

@@ -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