pandoc.lua: fix a typo (#4692)

This commit is contained in:
Felix Yan 2018-06-09 06:15:36 +08:00 committed by John MacFarlane
parent c1ae8d00ee
commit 9b3d14b6ef

View file

@ -124,7 +124,7 @@ Type.behavior = {
Type.behavior.__index = Type.behavior Type.behavior.__index = Type.behavior
--- Set a new behavior for the type, inheriting that of the parent type if none --- 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. -- @param behavior the behavior object for this type.
-- @local -- @local
function Type:set_behavior (behavior) function Type:set_behavior (behavior)