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
|
||||
if k == cols then
|
||||
table.insert(nodes, t('dots.down, '))
|
||||
elseif k == cols + 1 then
|
||||
table.insert(nodes, t('dots.v'))
|
||||
else
|
||||
table.insert(nodes, t('dots.v, '))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user