aboutsummaryrefslogtreecommitdiff
path: root/doc/using-the-pandoc-api.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-27 02:00:06 -0400
committerGitHub <noreply@github.com>2017-10-27 02:00:06 -0400
commit00db1e873706bee47cd49b88ac4eca04c7de8119 (patch)
tree0bc633ff54f1fa2bc1cf7a99a2aaf1a4326da993 /doc/using-the-pandoc-api.md
parent535a95076e442816ce4550fabb90c1a5899a09d3 (diff)
parent0b09409385e7bb249e666d889ba8b13adc553607 (diff)
downloadpandoc-00db1e873706bee47cd49b88ac4eca04c7de8119.tar.gz
Merge pull request #3997 from ickc/proofread
Proofread on *.md
Diffstat (limited to 'doc/using-the-pandoc-api.md')
-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 8eb34d091..a09cc81aa 100644
--- a/doc/using-the-pandoc-api.md
+++ b/doc/using-the-pandoc-api.md
@@ -21,7 +21,7 @@ Pictorially:
[input format] ==reader==> [Pandoc AST] ==writer==> [output format]
```
-This architecture allows pandoc to perform $M \times n$
+This architecture allows pandoc to perform $M \times N$
conversions with $M$ readers and $N$ writers.
The Pandoc AST is defined in the