From c465e65c8fc60035e39d4bb67a7d16cbf33644b9 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 19 Sep 2015 22:02:22 -0300 Subject: [PATCH] Fix typo in Appendix B --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index ba853f9..488d26d 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -11765,7 +11765,7 @@ This section lists recommended libraries, and explicitly recommends a few. Ideally, we follow all rules in all code. Realistically, we have to deal with a lot of old code: -* application code written before the guidelines were formuated or known +* application code written before the guidelines were formulated or known * libraries written to older/different standards * code that we just haven't gotten around to modernizing