Skip to content

Commit e567d43

Browse files
committed
Update disclaimer to improve clarity and intent
1 parent 721b4cb commit e567d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ int add_one(void)
3636
}
3737
```
3838
39-
**Note: obviously this is very simple and non-idiomatic C++.
40-
You wouldn't write it in practice; it is for illustrative purposes.**
39+
**Note: The above C++ code is deliberately simple and non-idiomatic for the purpose
40+
of demonstration. It is not representative of production-quality C++ code.**
4141
4242
This function allocates an integer on the stack,
4343
and stores it in a variable, `i`.

0 commit comments

Comments
 (0)