From 9b3d14b6eff7c7f46be9a26497091b4087c772e8 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 9 Jun 2018 06:15:36 +0800 Subject: [PATCH] pandoc.lua: fix a typo (#4692) --- data/pandoc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)