diff options
-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) |