diff options
-rw-r--r-- | doc/using-the-pandoc-api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using-the-pandoc-api.md b/doc/using-the-pandoc-api.md index df9380313..19ce8b274 100644 --- a/doc/using-the-pandoc-api.md +++ b/doc/using-the-pandoc-api.md @@ -14,7 +14,7 @@ and types is available at Pandoc is structured as a set of *readers*, which translate various input formats into an abstract syntax tree (the Pandoc AST) representing a structured document, and a set of -*writers*, which render this AST into various input formats. +*writers*, which render this AST into various output formats. Pictorially: ``` |