Skip to content

Commit

Permalink
Fix rows to columns for the field cols in struct Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kinarr committed Dec 14, 2023
1 parent f4bbfef commit 5e75a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediapipe/tasks/c/components/containers/matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct Matrix {
// The number of rows in the matrix.
long rows;

// The number of rows in the matrix.
// The number of columns in the matrix.
long cols;

// The matrix data.
Expand Down

0 comments on commit 5e75a16

Please sign in to comment.