Skip to content

Commit 5440076

Browse files
committed
Fix the wording "counter example"
1 parent c7db7ce commit 5440076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bestpractices/c++practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ auto xyz = <whatever>_cast<Xyz>(...);
268268
auto xyz = getAnything<Xyz>(...);
269269
```
270270

271-
Counter examples:
271+
Examples with unclear types:
272272

273273
```c++
274274
auto value = randomThing.weirdProperty->getValue(); // non-obvious type

0 commit comments

Comments
 (0)