Skip to content

Commit d73b97a

Browse files
committed
refactor: 💡 update comments in line with documentation
1 parent 13cc6bd commit d73b97a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/services/deduplicating-vault-writer.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ export class DeduplicatingVaultWriter {
195195
}
196196

197197
/**
198-
* Processes a path group of files, deduplicates and writes them to the vault
198+
* Processes a path group of files, identified duplicates and writes
199+
* the files to the vault according to the tracking settings
199200
* @param readwiseFiles - The files to process
200201
*/
201202
private async writePathGroup(readwiseFiles: ReadwiseFile[]): Promise<void> {

0 commit comments

Comments
 (0)