aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Bieg <mb21@users.noreply.github.com>2021-11-29 17:59:37 +0100
committerGitHub <noreply@github.com>2021-11-29 08:59:37 -0800
commit136739b7ed6dbd4052be582febf4ff3beea32d87 (patch)
treea23037f196dc10bd0e2c6daa1b4e190726641a3e
parente30be56fc36409c4e5520ef09daeb8d3ddeab294 (diff)
downloadpandoc-136739b7ed6dbd4052be582febf4ff3beea32d87.tar.gz
fix typo in custom-readers.md (#7722)
-rw-r--r--doc/custom-readers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/custom-readers.md b/doc/custom-readers.md
index c85b43ae4..afa0caa73 100644
--- a/doc/custom-readers.md
+++ b/doc/custom-readers.md
@@ -14,7 +14,7 @@ install any additional software to do this.
[Lua]: https://www.lua.org
-A custom writer is a Lua file that defines a function
+A custom reader is a Lua file that defines a function
called `Reader`, which takes two arguments:
- a string, the raw input to be parsed