Reword documentation of tgroupclose for clarity

This commit is contained in:
R. David Dunphy 2023-01-09 16:49:54 +00:00
parent 47e403adfb
commit c93d911a8b

View file

@ -3542,10 +3542,10 @@ export async function tgrouprename(name: string) {
}
/**
* Close the current tab group.
* Close all tabs in the current tab group and delete the group.
*
* First switch to the previously active tab group. Do nothing if there is only
* one tab group.
* Switch to the previously active tab group. Do nothing if there is only one
* tab group.
*
*/
//#background