diff options
author | Felix Yan <felixonmars@archlinux.org> | 2018-06-09 06:15:36 +0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-06-08 15:15:36 -0700 |
commit | 9b3d14b6eff7c7f46be9a26497091b4087c772e8 (patch) | |
tree | c2e200d5fab1d342cbecba1228b62bbe10eea49d /data | |
parent | c1ae8d00ee0c021592900adaf8225a0c65c9fd42 (diff) | |
download | pandoc-9b3d14b6eff7c7f46be9a26497091b4087c772e8.tar.gz |
pandoc.lua: fix a typo (#4692)
Diffstat (limited to 'data')
-rw-r--r-- | data/pandoc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pandoc.lua b/data/pandoc.lua index 512b2919c..faebd27f9 100644 --- a/data/pandoc.lua +++ b/data/pandoc.lua @@ -124,7 +124,7 @@ Type.behavior = { Type.behavior.__index = Type.behavior --- Set a new behavior for the type, inheriting that of the parent type if none ---- is specified explicitely +--- is specified explicitly -- @param behavior the behavior object for this type. -- @local function Type:set_behavior (behavior) |