Skip to content

Commit 357860d

Browse files
committed
Fix typo in comments
1 parent 43d8eea commit 357860d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format/Tensor.fbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ table SparseTensorIndexCOO {
7272
/// X[0, 1, 2, 1] := 5
7373
/// X[1, 2, 0, 4] := 6
7474
///
75-
/// In COO format, the index matrix of X is the following 4x10 matrix:
75+
/// In COO format, the index matrix of X is the following 4x6 matrix:
7676
///
7777
/// [[0, 0, 0, 0, 1, 1],
7878
/// [1, 1, 1, 2, 1, 2],

0 commit comments

Comments
 (0)