pandoc.lua: fix a typo (#4692)
This commit is contained in:
parent
c1ae8d00ee
commit
9b3d14b6ef
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue