From a9ade27a5721bf376fea1ed3bb2076cd5fa06ba3 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 15 Apr 2020 11:44:17 -0700 Subject: [PATCH] [docs] Fix an RST error introduced in e823068306e. This should fix the 'Explicit markup ends without a blank line' error seen on http://lab.llvm.org:8011/builders/llvm-sphinx-docs. Thanks to Daniel Sanders for spotting this. --- llvm/docs/HowToSetUpLLVMStyleRTTI.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/HowToSetUpLLVMStyleRTTI.rst b/llvm/docs/HowToSetUpLLVMStyleRTTI.rst index 3511466..821b00a 100644 --- a/llvm/docs/HowToSetUpLLVMStyleRTTI.rst +++ b/llvm/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. -- 2.7.4