Skip to content

Commit

Permalink
generator-langium: fixed some typos in comments of the parsing test t…
Browse files Browse the repository at this point in the history
…emplate (#1806)
  • Loading branch information
sailingKieler authored Feb 12, 2025
1 parent 23d4a14 commit 77d16cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ describe('Parsing tests', () => {
Hello Langium!
`);

// check for absensce of parser errors the classic way:
// deacivated, find a much more human readable way below!
// check for absence of parser errors the classic way:
// deactivated, find a much more human readable way below!
// expect(document.parseResult.parserErrors).toHaveLength(0);

expect(
Expand Down

0 comments on commit 77d16cf

Please sign in to comment.