Skip to content

Commit c639724

Browse files
committed
chore: comment fix
1 parent 4b28429 commit c639724

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)