backport: docs: misc #38692

This commit is contained in:
Justin M. Keyes
2026-04-01 17:08:38 -04:00
committed by GitHub
parent 3de423eb20
commit 0142453543
7 changed files with 92 additions and 42 deletions

View File

@@ -348,8 +348,7 @@ do
--- Gets a status description summarizing currently running progress messages.
--- - If none: returns empty string
--- - If one running item: "title: 42%"
--- - If multiple running items: "Progress: AVG%(N)"
--- - If N item running: "AVG%(N)"
---@param running ProgressMessage[]
---@return string
local function progress_status_fmt(running)