[NFC] [Doc] Fix text codeblock being declared llvm (#184461)

This commit is contained in:
Florian Mayer 2026-03-03 15:35:14 -08:00 committed by GitHub
parent 62144f48d4
commit 0c04d019f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2397,7 +2397,7 @@ For example:
occurs inside a cycle in the dynamic call graph.
For example:
.. code-block:: llvm
.. code-block:: text
fn -> other_fn -> fn ; fn is not norecurse
other_fn -> fn -> other_fn ; fn is not norecurse