Skip to content

Commit 0cbd4ad

Browse files
committed
jsdoc: Fix a misleading comment (copy-and-paste error)
1 parent 60e407d commit 0cbd4ad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Task/ListItem.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import { TaskRegularExpressions } from './TaskRegularExpressions';
22

33
export class ListItem {
4-
/** The original line read from file.
5-
*
6-
* Will be empty if Task was created programmatically
7-
* (for example, by Create or Edit Task, or in tests, including via {@link TaskBuilder}). */
4+
// The original line read from file.
85
public readonly originalMarkdown: string;
96

107
public readonly parent: ListItem | null = null;

0 commit comments

Comments
 (0)