Index: ClangFormatStyleOptions.rst
===================================================================
--- ClangFormatStyleOptions.rst	(revision 290810)
+++ ClangFormatStyleOptions.rst	(working copy)
@@ -206,8 +206,8 @@
   .. code-block:: c++
 
     int         aaaa = 12;
-    float       b = 23;
-    std::string ccc = 23;
+    float       b = 2.3f;
+    std::string ccc = "some string";
 
 **AlignEscapedNewlinesLeft** (``bool``)
   If ``true``, aligns escaped newlines as far left as possible.
