core.doc.translate comment fix

This commit is contained in:
rxi 2020-04-21 23:15:43 +01:00
parent b0e82f297e
commit b7ec7a6acf
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
local common = require "core.common"
local config = require "core.config"
-- functions for translating a Doc position to another position
-- these functions can be passed to Doc:move_to|select_to|delete()
-- functions for translating a Doc position to another position these functions
-- can be passed to Doc:move_to|select_to|delete_to()
local translate = {}