Skip to content

Commit c98a0a5

Browse files
committed
Fix typo
1 parent d420950 commit c98a0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ export default class Parser {
10281028
}
10291029
}
10301030

1031-
console.error(`Method ${name} cannot finds its associated type!\n>`, methodLine);
1031+
console.error(`Method ${name} cannot find its associated type!\n>`, methodLine);
10321032
process.exit(1);
10331033
}
10341034

0 commit comments

Comments
 (0)