From 8f6f2c741c1330778359895acc63d0f78be94d22 Mon Sep 17 00:00:00 2001 From: Igor Zolotarev Date: Wed, 2 Aug 2023 15:03:12 +0300 Subject: [PATCH] Fix description; --- cartridge/sync-spaces.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cartridge/sync-spaces.lua b/cartridge/sync-spaces.lua index f57bb49b2..3ca27ab22 100644 --- a/cartridge/sync-spaces.lua +++ b/cartridge/sync-spaces.lua @@ -26,9 +26,9 @@ local function on_schema_init() box.space._space:before_replace(before_replace) end ---- Check if spaces have invalid format. +--- List sync spaces. -- --- @function start_check +-- @function spaces_list_str -- @treturn string String of spaces with invalid params, delimeted by comma local function spaces_list_str() local res = ''