diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index b2d0cdb..cb26077 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -12003,7 +12003,7 @@ For writing to a file, there is rarely a need to `flush`. ##### Note -Apart from the (occasionally important) issue of preformance, +Apart from the (occasionally important) issue of performance, the choice between `"\\n"` and `endl` is almost completely aestetic. ## SL.regex: Regex