From aad584c8b1e455bdf90d6c65e7e47944b3439c05 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Mon, 28 Sep 2015 09:16:20 -0700 Subject: [PATCH] Fix typo. --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index fb94419..53e0a1b 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -1685,7 +1685,7 @@ Functions with complex control structures are more likely to be long and more li This is too complex (and also pretty long). How would you know if all possible alternatives have been correctly handled? -Yes, it break other rules also. +Yes, it breaks other rules also. We can refactor: