From b4384f965a4d08661aae0c4f56ec429db0fe6ecd Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 22 Oct 2023 23:17:39 +0000 Subject: [PATCH] bump --- Math/Matrix/Matrix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Math/Matrix/Matrix.php b/Math/Matrix/Matrix.php index 844ce89e0..95b67cd4d 100755 --- a/Math/Matrix/Matrix.php +++ b/Math/Matrix/Matrix.php @@ -742,7 +742,7 @@ class Matrix implements \ArrayAccess, \Iterator } /** - * Sum the elements in the matrix + * Sum the elements in the matrix. * * @param int $axis Axis (-1 -> all dimensions, 0 -> columns, 1 -> rows) *