Skip to content

Commit a9ade27

Browse files
committed
[docs] Fix an RST error introduced in e823068.
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.
1 parent 2f1c212 commit a9ade27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/HowToSetUpLLVMStyleRTTI.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ This open-hierarchy RTTI support should only be used if your use case requries
434434
it. Otherwise the standard LLVM RTTI system should be preferred.
435435

436436
.. _`Curiously Recurring Template Idiom`:
437-
https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern
437+
https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern
438438

439439
E.g.
440440

0 commit comments

Comments
 (0)