Skip to content

Commit 918c4d0

Browse files
committed
chore: comment fix
1 parent a160d67 commit 918c4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iterateJsdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ const makeReport = (context, commentNode) => {
709709
start: {line: lineNumber},
710710
};
711711

712-
// Todo: Remove once `check-examples` can be restored for ESLint 8+
712+
// Todo: Remove ignore once `check-examples` can be restored for ESLint 8+
713713
// istanbul ignore if
714714
if (jsdocLoc.column) {
715715
const colNumber = commentNode.loc.start.column + jsdocLoc.column;

0 commit comments

Comments
 (0)