summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2016-02-23 16:12:08 +0000
committerAlexander Kornienko <alexfh@google.com>2016-02-23 16:12:08 +0000
commitf9086b02e6fe500d6f52b877d3a43e654fd11d59 (patch)
tree4846a47d8f173b8389e024f3133386ca430338c2 /docs
parented09c5e2ce78a432f3f3dd85f03e75d47031b82b (diff)
downloadclang-f9086b02e6fe500d6f52b877d3a43e654fd11d59.tar.gz
Fix a typo. NFC
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261646 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ClangFormatStyleOptions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst
index 1ac2391159..c60f299206 100644
--- a/docs/ClangFormatStyleOptions.rst
+++ b/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.