Skip to content

Commit 37857f0

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 6d6f49a commit 37857f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ Result vector `x` returns the approximate solution that minimizes the 2-norm \(
635635
Returns an array value that represents the solution to the least squares system.
636636

637637
Raises `LINALG_ERROR` if the underlying Singular Value Decomposition process did not converge.
638-
Raises `LINALG_VALUE_ERROR` if the matrix and rhs vectors have invalid/incompatible sizes.
638+
Raises `LINALG_VALUE_ERROR` if the matrix and right-hand-side vector have invalid/incompatible sizes.
639639
Exceptions trigger an `error stop`.
640640

641641
### Example

0 commit comments

Comments
 (0)