Fix a typo. NFC

llvm-svn: 261646
This commit is contained in:
Alexander Kornienko 2016-02-23 16:12:08 +00:00
parent b00a7d2fec
commit e99a3a31ec
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ the configuration (without a prefix: ``Auto``).
.. START_FORMAT_STYLE_OPTIONS
**AccessModifierOffset** (``int``)
The extra indent or outdent of access modifiers, e.g. ``public``:.
The extra indent or outdent of access modifiers, e.g. ``public:``.
**AlignAfterOpenBracket** (``BracketAlignmentStyle``)
If ``true``, horizontally aligns arguments after an open bracket.

View File

@ -40,7 +40,7 @@ std::error_code make_error_code(ParseError e);
/// \brief The ``FormatStyle`` is used to configure the formatting to follow
/// specific guidelines.
struct FormatStyle {
/// \brief The extra indent or outdent of access modifiers, e.g. ``public``:.
/// \brief The extra indent or outdent of access modifiers, e.g. ``public:``.
int AccessModifierOffset;
/// \brief Different styles for aligning after open brackets.