Skip to content

Commit

Permalink
Correct function name (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
patiencedaur authored Mar 28, 2022
1 parent 44726e6 commit b18417a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cartridge.lua
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ return {

--- .
-- @refer cartridge.lua-api.topology.restart_replication
-- @function admin_bootstrap_vshard
-- @function admin_restart_replication
admin_restart_replication = lua_api_topology.restart_replication,

--- .
Expand Down
2 changes: 1 addition & 1 deletion cartridge/argparse.lua
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ end
--
-- Each option have a type: string, boolean, number.
-- There is an ability to set multiple types for one option.
-- Types are split by separator ``|``, e.g. ``string|number``.
-- Types are split by separator `|`, e.g. `string|number`.
--
-- @function get_opts
-- @tparam {argname=type,...} filter
Expand Down
2 changes: 1 addition & 1 deletion cartridge/lua-api/failover.lua
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ local function pause()
return true
end

--- Starts failover across cluster at runtime after ``pause``.
--- Starts failover across cluster at runtime after `pause`.
-- Don't forget to resume your failover after pausing it.
--
-- @function resume
Expand Down

0 comments on commit b18417a

Please sign in to comment.