Skip to content

Commit c7f0c0d

Browse files
committed
fix typo
1 parent 2fa663f commit c7f0c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/lua-types/pandoc/components.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ A table cell.
6767
---@field contents pandoc.List Cell contents (list of blocks)
6868
---@field row_span integer Number of rows occupied by the call
6969
---@field col_span integer Number of columns spanned by the cell
70-
pandonc.Cell = {}
70+
pandoc.Cell = {}
7171

7272
--[[
7373
Create a new table cell

0 commit comments

Comments
 (0)