Skip to content

Commit 28d38cb

Browse files
committed
Removing backslashes from comments.
1 parent 3291abc commit 28d38cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

format/SparseTensor.fbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ table SparseTensorIndexCSF {
142142
/// 1 2 2
143143
/// / / \ |
144144
/// 1 1 2 2
145-
/// / \ / \ \ /|\
146-
/// 2 3 1 3 1 1 2 3
145+
/// /| /| | /| |
146+
/// 2 3 1 3 1 1 2 3
147147

148148
/// The type of values in indptrBuffers
149149
indptrType: Int (required);

0 commit comments

Comments
 (0)