A minor fix in the documentation.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189947 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst
index f7f2413..658e285 100644
--- a/docs/ClangFormatStyleOptions.rst
+++ b/docs/ClangFormatStyleOptions.rst
@@ -62,8 +62,8 @@
 
 This section lists the supported style options. Value type is specified for
 each option. For enumeration types possible values are specified both as a C++
-enumeration member (with a prefix, e.g. LS_Auto), and as a value usable in the
-configuration (without a prefix).
+enumeration member (with a prefix, e.g. ``LS_Auto``), and as a value usable in
+the configuration (without a prefix: ``Auto``).
 
 
 **BasedOnStyle** (``string``)