summaryrefslogtreecommitdiff
path: root/mod/tex/context/third/rst/rst_parser.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tex/context/third/rst/rst_parser.lua')
-rw-r--r--mod/tex/context/third/rst/rst_parser.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/tex/context/third/rst/rst_parser.lua b/mod/tex/context/third/rst/rst_parser.lua
index ba9b4c8..b0a02e6 100644
--- a/mod/tex/context/third/rst/rst_parser.lua
+++ b/mod/tex/context/third/rst/rst_parser.lua
@@ -348,7 +348,7 @@ local parser = P{
local tc = state.currentlayout
warn("sta-l", #layout, "set", "", i)
tc.raw = layout
- tc.bounds = help.get_st_boundaries(layout)
+ tc.bounds = helpers.get_st_boundaries(layout)
return true
end)
,
@@ -398,7 +398,7 @@ local parser = P{
st_colspan_sep = Cmt(V"dash"^1 * (V"spaces" * V"dash"^1)^0, function(s, i, layout)
local tcb = state.currentlayout.bounds
- local this = help.get_st_boundaries (layout)
+ local this = helpers.get_st_boundaries (layout)
local start_valid = false
for start, _ in next, this.starts do
if tcb.starts[start] then