From a7fc6f6d4e8f2a36648087e1de115662a730c4a2 Mon Sep 17 00:00:00 2001 From: Andriy Berestovskyy Date: Tue, 18 Dec 2018 20:19:06 +0100 Subject: [PATCH] Fix a typo (#1300) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index f9e5b0a..360ba16 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -18640,7 +18640,7 @@ Examples are `.hh`, `.C`, and `.cxx`. Use such names equivalently. In this document, we refer to `.h` and `.cpp` as a shorthand for header and implementation files, even though the actual extension may be different. -Your IDE (if you use one) may have strong opinions about suffices. +Your IDE (if you use one) may have strong opinions about suffixes. ##### Example