diff options
| author | Andreas Deininger <[email protected]> | 2024-11-06 19:04:33 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-06 10:04:33 -0800 |
| commit | eeb8b1eb3a80ce94059e45d6844a6a22e7b019d1 (patch) | |
| tree | 1941dc499eb8ab802aa24c6b4f096451f6e76e58 /pandoc-lua-engine/src | |
| parent | 10f638ddf205dd9b62f080261ad753d824331e29 (diff) | |
Fix typos (#10349)
Diffstat (limited to 'pandoc-lua-engine/src')
| -rw-r--r-- | pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Image.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
