[clang-format][docs] Fix a bad comment

Follow up to 8f310d1967.

Differential Revision: https://reviews.llvm.org/D120618
This commit is contained in:
Krystian Kuzniarek 2022-02-27 10:30:49 +01:00 committed by Björn Schäpers
parent d6daca2173
commit 5e51ace4e8
2 changed files with 2 additions and 2 deletions

View File

@ -2710,7 +2710,7 @@ the configuration (without a prefix: ``Auto``).
Indent the requires clause in a template. This only applies when
``RequiresClausePosition`` is ``OwnLine``, or ``WithFollowing``.
In clang-format 13 and 14 it was named ``IndentRequires``.
In clang-format 12, 13 and 14 it was named ``IndentRequires``.
.. code-block:: c++

View File

@ -2524,7 +2524,7 @@ struct FormatStyle {
/// Indent the requires clause in a template. This only applies when
/// ``RequiresClausePosition`` is ``OwnLine``, or ``WithFollowing``.
///
/// In clang-format 13 and 14 it was named ``IndentRequires``.
/// In clang-format 12, 13 and 14 it was named ``IndentRequires``.
/// \code
/// true:
/// template <typename It>