From f0091dbc56cbafcca0ebd2638b87eccb5e5295bb Mon Sep 17 00:00:00 2001 From: Sergey Zubkov Date: Wed, 4 Nov 2015 22:08:32 -0500 Subject: [PATCH] typo: s/preformance/performance --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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