We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe38b11 commit d0440f7Copy full SHA for d0440f7
packages/cubejs-base-driver/src/driver.interface.ts
@@ -37,7 +37,7 @@ export interface InlineTable {
37
}
38
export type InlineTables = InlineTable[];
39
40
-// It's more easy to use this interface with optional method release as a base interface instead of type assertion
+// It's easier to use this interface with optional method release as a base interface instead of type assertion
41
export interface DownloadTableBase {
42
/**
43
* Optional function to release stream/cursor/connection
0 commit comments