Skip to content

Commit b290556

Browse files
committed
Fix typos in SL.50
1 parent c2f54b5 commit b290556

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)