From afb3852c8b089221dfc67f7b4f0cc4ec20d57043 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Tue, 9 Dec 2025 12:44:50 +0000 Subject: [PATCH] [lldb][docs] Fix title formatting in Variable document --- lldb/docs/use/variable.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/docs/use/variable.rst b/lldb/docs/use/variable.rst index 9d558954ff12..b23b78ce2826 100644 --- a/lldb/docs/use/variable.rst +++ b/lldb/docs/use/variable.rst @@ -367,7 +367,7 @@ Initially, we will focus on summary strings, and then describe the Python binding mechanism. Summary Format Matching On Pointers ----------------------- +----------------------------------- A summary formatter for a type ``T`` might or might not be appropriate to use for pointers to that type. If the formatter is only appropriate for the type and