diff options
| author | Alexander Kornienko <alexfh@google.com> | 2016-02-23 16:12:08 +0000 |
|---|---|---|
| committer | Alexander Kornienko <alexfh@google.com> | 2016-02-23 16:12:08 +0000 |
| commit | e99a3a31eca9675535bd7503443f5c12521b75b1 (patch) | |
| tree | e4943a9e84f5daa0c19f2bb9a4a009d53ff70993 /clang/docs/ClangFormatStyleOptions.rst | |
| parent | b00a7d2fec0e7bcf0a94969b5384fa141dfe2f95 (diff) | |
| download | bcm5719-llvm-e99a3a31eca9675535bd7503443f5c12521b75b1.tar.gz bcm5719-llvm-e99a3a31eca9675535bd7503443f5c12521b75b1.zip | |
Fix a typo. NFC
llvm-svn: 261646
Diffstat (limited to 'clang/docs/ClangFormatStyleOptions.rst')
| -rw-r--r-- | clang/docs/ClangFormatStyleOptions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index 1ac23911599..c60f299206e 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -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. |

