diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index fe48767..e08fb6e 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -11847,7 +11847,7 @@ If the class definition and the constructor body are in separate files, the long
[[Cline99]](#Cline99) §22.03-11, [[Dewhurst03]](Dewhurst03) §52-53, [[Koenig97]](#Koenig97) §4, [[Lakos96]](#Lakos96) §10.3.5, [[Meyers97]](#Meyers97) §13, [[Murray93]](#Murray93) §2.1.3, [[Sutter00]](#Sutter00) §47
-### Use of `=`, `{}`, and `()` as initializers
+### Use of `=`, `{}`, and `()` as initializers
???