diff options
-rw-r--r-- | doc/custom-readers.md | 2 |
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 |