Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Jul 25, 2023
1 parent d6be648 commit 2740d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.mts
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ export default class Parser {
}
}

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

Expand Down

0 comments on commit 2740d9a

Please sign in to comment.