Skip to content

Commit

Permalink
[clang-format][doc] Fix a typo introduced in 9aab0db
Browse files Browse the repository at this point in the history
  • Loading branch information
owenca committed May 26, 2023
1 parent 10518fe commit aed7959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clang/docs/ClangFormatStyleOptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@ the configuration (without a prefix: ``Auto``).
* ``BBCDS_Allowed`` (in configuration: ``Allowed``)
Breaking between template declaration and ``concept`` is allowed. The
actual behavior depends on the content and line breaking rules and
penalities.
penalties.

* ``BBCDS_Always`` (in configuration: ``Always``)
Always break before ``concept``, putting it in the line after the
Expand Down
2 changes: 1 addition & 1 deletion clang/include/clang/Format/Format.h
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,7 @@ struct FormatStyle {
BBCDS_Never,
/// Breaking between template declaration and ``concept`` is allowed. The
/// actual behavior depends on the content and line breaking rules and
/// penalities.
/// penalties.
BBCDS_Allowed,
/// Always break before ``concept``, putting it in the line after the
/// template declaration.
Expand Down

0 comments on commit aed7959

Please sign in to comment.