[docs] Fix an RST error introduced in e823068306e.
authorLang Hames <lhames@gmail.com>
Wed, 15 Apr 2020 18:44:17 +0000 (11:44 -0700)
committerLang Hames <lhames@gmail.com>
Wed, 15 Apr 2020 21:37:58 +0000 (14:37 -0700)
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

index 3511466..821b00a 100644 (file)
@@ -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.