Skip to content

Commit 4dfd34e

Browse files
authored
book: “non-linear” should be “non-constant” (changkun#241)
There is no notion of linearity in this book. However, the context makes it clear that non-constant values are meant.
1 parent cfda522 commit 4dfd34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/en-us/03-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ int main() {
374374
}
375375
```
376376

377-
The first question, why not allow non-linear references to bind to non-lvalues?
377+
The first question, why not allow non-constant references to bind to non-lvalues?
378378
This is because there is a logic error in this approach:
379379

380380
```cpp

0 commit comments

Comments
 (0)