From 2d9c0582ada1e30557afac244d59f43dc267b7a1 Mon Sep 17 00:00:00 2001 From: Dima Date: Wed, 6 Jan 2016 23:23:30 -0800 Subject: [PATCH] Another minor grammar fix. --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 38c7fa3..64026c7 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -9080,7 +9080,7 @@ Flag `const_cast`s. ##### Reason -Constructs that cannot overflow, don't, and usually runs faster: +Constructs that cannot overflow, don't, and usually run faster: ##### Example