mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix typos in SL.50
This commit is contained in:
parent
c2f54b5ed1
commit
b290556127
|
@ -14750,7 +14750,7 @@ If you have a good reason to use another container, use that instead. For exampl
|
||||||
|
|
||||||
### Reason
|
### Reason
|
||||||
|
|
||||||
The `endl` manipulator is mostly equivalent to `'\\n'` and `"\\n"`;
|
The `endl` manipulator is mostly equivalent to `'\n'` and `"\n"`;
|
||||||
as most commonly used it simply slows down output by doing redundant `flush()`s.
|
as most commonly used it simply slows down output by doing redundant `flush()`s.
|
||||||
This slowdown can be significant compared to `printf`-style output.
|
This slowdown can be significant compared to `printf`-style output.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user