diff options
Diffstat (limited to 'script/core/linker.lua')
-rw-r--r-- | script/core/linker.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/linker.lua b/script/core/linker.lua index 8642fba6..5d20b114 100644 --- a/script/core/linker.lua +++ b/script/core/linker.lua @@ -251,7 +251,7 @@ end ---@param root parser.guide.object ---@param id string ---@return string -function m.getForwardID(root, id) +function m.getNextID(root, id) root = guide.getRoot(root) local linkers = root._linkers if not linkers then |