We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721b4cb commit e567d43Copy full SHA for e567d43
src/doc/intro.md
@@ -36,8 +36,8 @@ int add_one(void)
36
}
37
```
38
39
-**Note: obviously this is very simple and non-idiomatic C++.
40
-You wouldn't write it in practice; it is for illustrative purposes.**
+**Note: The above C++ code is deliberately simple and non-idiomatic for the purpose
+of demonstration. It is not representative of production-quality C++ code.**
41
42
This function allocates an integer on the stack,
43
and stores it in a variable, `i`.
0 commit comments