[llvm] a3bb2fd - Fix RST title underlining; NFC

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 12:57:47 PDT 2023


Author: Aaron Ballman
Date: 2023-07-12T15:56:31-04:00
New Revision: a3bb2fdd5a2ab615c39f2efb6d423005b12fb7a4

URL: https://github.com/llvm/llvm-project/commit/a3bb2fdd5a2ab615c39f2efb6d423005b12fb7a4
DIFF: https://github.com/llvm/llvm-project/commit/a3bb2fdd5a2ab615c39f2efb6d423005b12fb7a4.diff

LOG: Fix RST title underlining; NFC

This wasn't causing any bots to fail, so is just minor cleanup.

Added: 
    

Modified: 
    llvm/docs/DeveloperPolicy.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index e3b55f832d51ab..9de674d07ab239 100644
--- a/llvm/docs/DeveloperPolicy.rst
+++ b/llvm/docs/DeveloperPolicy.rst
@@ -633,7 +633,7 @@ for llvm users and not imposing a big burden on llvm developers:
   expected, but no promises are made.
 
 C API Changes
-----------------
+-------------
 
 * Stability Guarantees: The C API is, in general, a "best effort" for stability.
   This means that we make every attempt to keep the C API stable, but that


        


More information about the llvm-commits mailing list