NOBUG: Fix leftover trailing whitespace

This commit is contained in:
Jun Pataleta 2024-08-06 16:51:43 +08:00
parent dc223e7f16
commit 6a8799937b
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7

View File

@ -161,7 +161,7 @@ $matrix = new Matrix\Matrix($grid);
echo $matrix->trace();
```
or you can call the static method, passing the Matrix object or array as an argument
or you can call the static method, passing the Matrix object or array as an argument
```php
$grid = [
[16, 3, 2, 13],