Skip to content

Commit 4723cd5

Browse files
author
Colin Robertson
authored
Fix example description
1 parent 8dbe756 commit 4723cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c26434.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In the Core Guidelines checks:
2727

2828
## Example
2929

30-
This example demonstrates good engineering practice for explicit **`override`** and **`virtual`** use:
30+
This example demonstrates how a derived class can hide non-virtual functions, and how virtual functions allow both overloads and overrides:
3131

3232
```cpp
3333
// C26434.cpp

0 commit comments

Comments
 (0)