From cb31f37dffb7f5b4db4309f24dcba6be3c4c5ebf Mon Sep 17 00:00:00 2001 From: Jonas Toth Date: Fri, 12 Oct 2018 17:57:18 +0000 Subject: [PATCH] [Doc] fix second error in UsersManual git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344388 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsersManual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index f836ac7f03..2b83a0d5d5 100644 --- a/docs/UsersManual.rst +++ b/docs/UsersManual.rst @@ -1844,7 +1844,7 @@ For example, to specify that ``absl::string_view`` and ``std::string_view`` should be treated as equivalent when matching profile data, the following remapping file could be used: -.. code-block:: +.. code-block:: text # absl::string_view is considered equivalent to std::string_view type N4absl11string_viewE St17basic_string_viewIcSt11char_traitsIcEE -- 2.50.1