From ea1ed17c1cadeab5f65d9b7a665d494b77553c7e Mon Sep 17 00:00:00 2001 From: Titus Winters Date: Tue, 16 Feb 2016 16:54:26 -0500 Subject: [PATCH] Bad editorial fix. --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 136cf16..27c8512 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -9894,7 +9894,7 @@ This also applies to `%`. This section contains rules for people who need high performance or low-latency. That is, these are rules that relate to how to use as little time and as few resources as possible to achieve a task in a predictably short time. The rules in this section are more restrictive and intrusive than what is needed for many (most) applications. -Do not blindly try to follow them in general, code because achieving the goals of low latency requires extra work. +Do not blindly try to follow them in general code: achieving the goals of low latency requires extra work. Performance rule summary: