mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 05:24:24 -05:00
minor(snip): remove additional comma in matrix
This commit is contained in:
@@ -47,6 +47,8 @@ local lmat = function(_, sp)
|
|||||||
for k = 1, cols + 1 do
|
for k = 1, cols + 1 do
|
||||||
if k == cols then
|
if k == cols then
|
||||||
table.insert(nodes, t('dots.down, '))
|
table.insert(nodes, t('dots.down, '))
|
||||||
|
elseif k == cols + 1 then
|
||||||
|
table.insert(nodes, t('dots.v'))
|
||||||
else
|
else
|
||||||
table.insert(nodes, t('dots.v, '))
|
table.insert(nodes, t('dots.v, '))
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user