Skip to content

Commit bc089a0

Browse files
pieterhijmachennes
authored andcommitted
Fix a small bug in the heading levels
1 parent 113e7f2 commit bc089a0

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
@@ -445,7 +445,7 @@ constexpr auto redDogColor {"red"}; // OK
445445
```
446446
See also variable sets.
447447
448-
# Out parameters
448+
## Out parameters
449449
450450
Out parameters are _non-const, by-reference, or by-pointer_, function parameters. These are known to cause hard to find bugs.
451451

0 commit comments

Comments
 (0)