1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

[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.
This commit is contained in:
Lang Hames 2020-04-15 11:44:17 -07:00
parent f7e0caf8c6
commit f8c93b5891

View 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.