[NFC][libc++][doc] Improves rst formatting.
authorMark de Wever <koraq@xs4all.nl>
Sun, 21 Aug 2022 15:16:14 +0000 (17:16 +0200)
committerMark de Wever <koraq@xs4all.nl>
Sun, 21 Aug 2022 15:16:14 +0000 (17:16 +0200)
libcxx/docs/DesignDocs/NoexceptPolicy.rst

index 8dc5e14..74c8ca4 100644 (file)
@@ -1,9 +1,9 @@
-====================
+===================
 ``noexcept`` Policy
-====================
+===================
 
 Extended applications of ``noexcept``
-------------------------------------------
+-------------------------------------
 
 As of version 13 libc++ may mark functions that do not throw (i.e.,
 "Throws: Nothing") as ``noexcept``. This has two primary consequences: