Skip to content

Commit ed135d9

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 7ae0510 commit ed135d9

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
@@ -600,7 +600,7 @@ Specifically, upper Hessenberg matrices satisfy `a_ij = 0` when `j < i-1`, and l
600600
{!example/linalg/example_is_hessenberg.f90!}
601601
```
602602

603-
## `solve` - Solves a linear matrix equation or a linear system of scalar equations.
603+
## `solve` - Solves a linear matrix equation or a linear system of equations.
604604

605605
### Status
606606

0 commit comments

Comments
 (0)