aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorobcat <obcat@icloud.com>2021-04-04 01:36:54 +0900
committerGitHub <noreply@github.com>2021-04-03 09:36:54 -0700
commit08598dedb1d83736b8e0c2d23577ceb2cdc431f5 (patch)
tree1a22d17c4022894c709660791ef0bb80a38bca25 /doc
parent935d10769df682fa08d947a873ca7665136e0b79 (diff)
downloadpandoc-08598dedb1d83736b8e0c2d23577ceb2cdc431f5.tar.gz
Fix typo (#7200)
Diffstat (limited to 'doc')
-rw-r--r--doc/using-the-pandoc-api.md2
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:
```