]> granicus.if.org Git - llvm/commitdiff
docs: trying to fix the docs bot by removing non-ASCII characters. The docs build...
authorKostya Serebryany <kcc@google.com>
Mon, 31 Oct 2016 21:10:26 +0000 (21:10 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 31 Oct 2016 21:10:26 +0000 (21:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285639 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.rst

index e6362b864aa5863388bda81b7c01e2f289daccf4..bbcb15aa92b0b5d5747b463f7da6f2080bbd8908 100644 (file)
@@ -456,9 +456,9 @@ been activated:
 .. code-block:: c++
 
   handleErrors(
-    processFormattedFile(),
+    processFormattedFile(...),
     [](const BadFileFormat &BFF) {
-      report(“Unable to process “ + BFF.Path + “: bad format”);
+      report("Unable to process " + BFF.Path + ": bad format");
     },
     [](const FileNotFound &FNF) {
       report("File not found " + FNF.Path);