aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2018-06-09 06:15:36 +0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-06-08 15:15:36 -0700
commit9b3d14b6eff7c7f46be9a26497091b4087c772e8 (patch)
treec2e200d5fab1d342cbecba1228b62bbe10eea49d /data
parentc1ae8d00ee0c021592900adaf8225a0c65c9fd42 (diff)
downloadpandoc-9b3d14b6eff7c7f46be9a26497091b4087c772e8.tar.gz
pandoc.lua: fix a typo (#4692)
Diffstat (limited to 'data')
-rw-r--r--data/pandoc.lua2
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)