Skip to content

Commit

Permalink
Removing backslashes from comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
rok committed Feb 5, 2020
1 parent 3291abc commit 28d38cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions format/SparseTensor.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ table SparseTensorIndexCSF {
/// 1 2 2
/// / / \ |
/// 1 1 2 2
/// / \ / \ \ /|\
/// 2 3 1 3 1 1 2 3
/// /| /| | /| |
/// 2 3 1 3 1 1 2 3

/// The type of values in indptrBuffers
indptrType: Int (required);
Expand Down

0 comments on commit 28d38cb

Please sign in to comment.