Skip to content

Commit 1943705

Browse files
committed
docs: update docstrings
1 parent c463d4c commit 1943705

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/extension.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ import { makeAndFillCommitMsg } from "./autofill";
1010
import { getGitExtension } from "./gitExtension";
1111

1212
/**
13-
* Flow for multiple repos in workspace and selecting just one. This is a rare
14-
* flow.
13+
* Run autofill against one of multiples in the workspace.
14+
*
15+
* This is a rare flow.
1516
*/
1617
async function _handleRepos(git: API, uri: any) {
1718
// FIXME: Unfortunately this seems to only pick up the first repo and not find
@@ -28,7 +29,7 @@ async function _handleRepos(git: API, uri: any) {
2829
}
2930

3031
/**
31-
* Flow for a single or zero repos in the workspace.
32+
* Run autofill flow for a single repo in the workspace.
3233
*/
3334
async function _handleRepo(git: API) {
3435
const targetRepo = git.repositories[0];

0 commit comments

Comments
 (0)