Skip to content

Commit 95e0687

Browse files
committed
fix wording
1 parent cc8c881 commit 95e0687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/references/ContextMapperDslScopeComputation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export class ContextMapperDslScopeComputation extends DefaultScopeComputation {
55
/*
66
For the time being imports aren't supported yet.
77
By default, Langium adds top-level elements to the global scope.
8-
Without this behavior is wrong and therefore no nodes must be exported here
8+
Without imports, this behavior is wrong and therefore no nodes must be exported here.
99
*/
1010
override computeExportsForNode (
1111
parentNode: AstNode,

0 commit comments

Comments
 (0)