Skip to content

Commit 7c9ec43

Browse files
authored
Merge pull request #642 from galik/SL.50fix-typos
Fix typos in SL.50
2 parents 34ff2b0 + b290556 commit 7c9ec43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14750,7 +14750,7 @@ If you have a good reason to use another container, use that instead. For exampl
1475014750

1475114751
### Reason
1475214752

14753-
The `endl` manipulator is mostly equivalent to `'\\n'` and `"\\n"`;
14753+
The `endl` manipulator is mostly equivalent to `'\n'` and `"\n"`;
1475414754
as most commonly used it simply slows down output by doing redundant `flush()`s.
1475514755
This slowdown can be significant compared to `printf`-style output.
1475614756

0 commit comments

Comments
 (0)