summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/mlib-scn.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/mlib-scn.lmt')
-rw-r--r--tex/context/base/mkiv/mlib-scn.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/mlib-scn.lmt b/tex/context/base/mkiv/mlib-scn.lmt
index 4c6c15a89..4497dffc8 100644
--- a/tex/context/base/mkiv/mlib-scn.lmt
+++ b/tex/context/base/mkiv/mlib-scn.lmt
@@ -335,7 +335,7 @@ local function get(v)
elseif t == "table" then
local n = #v
if type(v[1]) == "table" then
- return injectpath(v) -- cycle ?
+ return injectpath(v)
elseif n == 2 then
return injectpair(v)
elseif n == 3 then