Skip to content

Commit 6e9ce47

Browse files
committed
comment: Fix typo: lines -> links
1 parent cd99622 commit 6e9ce47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renderer/TaskLineRenderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export class TaskLineRenderer {
337337
return task.description;
338338
}
339339

340-
// Skip if the task is in a file with no lines
340+
// Skip if the task is in a file with no links
341341
const linkCache = task.file.cachedMetadata.links;
342342
if (!linkCache) {
343343
return task.description;

0 commit comments

Comments
 (0)