Skip to content

Commit dce5d04

Browse files
committed
fix grammar
1 parent 141bb88 commit dce5d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cubejs-schema-compiler/src/compiler/ViewCompilationGate.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ export class ViewCompilationGate {
66
}
77

88
public compile(cubes: any[]) {
9-
// When developing Data Access Policies feature, we've came across a
9+
// When developing Data Access Policies feature, we've come across a
1010
// limitation that Cube members can't be referenced in access policies defined on Views,
1111
// because views aren't (yet) compiled at the time of access policy evaluation.
12-
// To workaround this limitation and additional compilation pass is necessary,
12+
// To work around this limitation and additional compilation pass is necessary,
1313
// however it comes with a significant performance penalty.
1414
// This gate check whether the data model contains views with access policies,
1515
// and only then allows the additional compilation pass.

0 commit comments

Comments
 (0)