Skip to content

Commit 85988ec

Browse files
Dave Bartolomeoaeisenberg
andauthored
Update extensions/ql-vscode/src/log-insights/join-order.ts
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent 49d1267 commit 85988ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/log-insights/join-order.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function getMainHash(event: InLayer | ComputeRecursive): string {
7474
}
7575

7676
/**
77-
* Sum arrays a and b element-wise, and pad with 0s if the arrays are not the same length.
77+
* Sum arrays a and b element-wise. The shorter array is padded with 0s if the arrays are not the same length.
7878
*/
7979
function pointwiseSum(a: Int32Array, b: Int32Array): Int32Array {
8080
function reportIfInconsistent(ai: number, bi: number) {

0 commit comments

Comments
 (0)