Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdevries committed Jul 12, 2023
1 parent 0aceddf commit 9267dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/sg/rpc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ end

--- Get the repository ID for a repo with a name
---@param name string
---@return string?
---@return string?
---@return string?: The error, if any
---@return string?: The repository ID, if found
function M.repository(name)
local err, data = req("Repository", { name = name })
if not err then
Expand Down

0 comments on commit 9267dc8

Please sign in to comment.