Skip to content

Commit a78c181

Browse files
committed
fix doc inline code line break
1 parent 85a3a50 commit a78c181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/clang-tidy/checks/modernize/use-constexpr.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Options
5858

5959
.. option:: ConstexprString
6060

61-
The string to use with C++23 to specify a function-local variable as ``static
62-
constexpr``, for example, a macro. Default is ``static constexpr``
61+
The string to use with C++23 to specify a function-local variable as
62+
``static constexpr``, for example, a macro. Default is ``static constexpr``
6363
(concatenating ``static `` with the `ConstexprString` option).
6464

0 commit comments

Comments
 (0)