diff --git a/docs/HowToSetUpLLVMStyleRTTI.rst b/docs/HowToSetUpLLVMStyleRTTI.rst index 3511466a424..821b00ab7ec 100644 --- a/docs/HowToSetUpLLVMStyleRTTI.rst +++ b/docs/HowToSetUpLLVMStyleRTTI.rst @@ -434,7 +434,7 @@ This open-hierarchy RTTI support should only be used if your use case requries it. Otherwise the standard LLVM RTTI system should be preferred. .. _`Curiously Recurring Template Idiom`: -https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern + https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern E.g.