From 65aa7232e89cfaa91d2a1ca0f2ee49916a07fb0a Mon Sep 17 00:00:00 2001 From: Matthew Dews Date: Tue, 19 Feb 2019 13:33:32 -0600 Subject: [PATCH] Fix typo (#1338) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 92b1a15..37406ba 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -21916,7 +21916,7 @@ The Microsoft compiler's C++ code analysis contains a set of rules specifically # Glossary A relatively informal definition of terms used in the guidelines -(based of the glossary in [Programming: Principles and Practice using C++](http://www.stroustrup.com/programming.html)) +(based off the glossary in [Programming: Principles and Practice using C++](http://www.stroustrup.com/programming.html)) More information on many topics about C++ can be found on the [Standard C++ Foundation](https://isocpp.org)'s site.