From eeb8b1eb3a80ce94059e45d6844a6a22e7b019d1 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Wed, 6 Nov 2024 19:04:33 +0100 Subject: Fix typos (#10349) --- pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Image.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc-lua-engine') diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Image.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Image.hs index 3b2465ccc..cf9f8e55d 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Image.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Image.hs @@ -75,7 +75,7 @@ size = defun "size" , "throws an error if the given string is not an image, or if the size" , "of the image cannot be determined." , "" - , "The resulting table has four entires: *width*, *height*, *dpi\\_horz*," + , "The resulting table has four entries: *width*, *height*, *dpi\\_horz*," , "and *dpi\\_vert*." , "" , "The `opts` parameter, when given, should be either a WriterOptions" -- cgit v1.2.3