Skip to content

Commit 22b8686

Browse files
loiseaujcCopilot
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Copilot <[email protected]>
1 parent 8d561ca commit 22b8686

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
@@ -1910,7 +1910,7 @@ Given a matrix \(A\), this function computes its matrix exponential \(E = \exp(A
19101910

19111911
The returned array `E` contains the Pade approximation of \(\exp(A)\).
19121912

1913-
If `A` is non-square or `order` is negative, it raise a `LINALG_VALUE_ERROR`.
1913+
If `A` is non-square or `order` is negative, it raises a `LINALG_VALUE_ERROR`.
19141914
If `err` is not present, exceptions trigger an `error stop`.
19151915

19161916
### Example

0 commit comments

Comments
 (0)