diff options
-rw-r--r-- | src/Text/Pandoc/Error.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Error.hs b/src/Text/Pandoc/Error.hs index 93028ccca..2c311bb49 100644 --- a/src/Text/Pandoc/Error.hs +++ b/src/Text/Pandoc/Error.hs @@ -137,7 +137,7 @@ handleError (Left e) = " -t latex|beamer|context|ms|html5" <> "\nand specify an output file with " <> ".pdf extension (-o filename.pdf)." - "doc" -> "\nPandoc can convert to DOCX, but not from DOC." + "doc" -> "\nPandoc can convert to DOCX, but not to DOC." _ -> "" PandocUnsupportedExtensionError ext f -> err 23 $ "The extension " <> ext <> " is not supported " <> |