Skip to content

Commit 32345cf

Browse files
committed
fix typo
1 parent 434b10e commit 32345cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Format/Format.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ struct FormatStyle {
7777
/// replaced with ``true`` and with setting of new style options using
7878
/// ``BreakAfterOpenBracketBracedList``, ``BreakAfterOpenBracketFunction``,
7979
/// ``BreakAfterOpenBracketIf``, ``BreakBeforeCloseBracketBracedList``,
80-
/// ``BreakBeforeCloseBracketFunction``, and ``BreakAfterOpenBracketIf``.
80+
/// ``BreakBeforeCloseBracketFunction``, and ``BreakBeforeCloseBracketIf``.
8181
/// \endnote
8282
///
8383
/// This applies to round brackets (parentheses), angle brackets and square

0 commit comments

Comments
 (0)