Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed Oct 22, 2023
1 parent 4849630 commit b4384f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Math/Matrix/Matrix.php
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ public function dot(self $B) : self
}

/**
* Sum the elements in the matrix
* Sum the elements in the matrix.
*
* @param int $axis Axis (-1 -> all dimensions, 0 -> columns, 1 -> rows)
*
Expand Down

0 comments on commit b4384f9

Please sign in to comment.