Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aabounegm committed Sep 23, 2024
1 parent 17636a5 commit 2cbc161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/langium/src/generate/generator-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const EOL = (typeof process === 'undefined') ? '\n' : (process.platform =

/**
* Common type of expected results of functions contributing to code generation.
* Includes `undefined` for allowing contributing functions to explicitely contribute
* Includes `undefined` for allowing contributing functions to explicitly contribute
* nothing, if required, in contrast to contributing empty strings,
* which facilitates better formatting of the desired output, for example.
*/
Expand Down

0 comments on commit 2cbc161

Please sign in to comment.