Skip to content

Commit a05809e

Browse files
committed
typo
1 parent da16d0f commit a05809e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,11 +669,11 @@ The solver is based on LAPACK's `*GESV` backends.
669669

670670
Simple (`Pure`) interface:
671671

672-
`x = ` [[stdlib_linalg(module):solve_lu(interface)]] `(a, b, x)`
672+
`call ` [[stdlib_linalg(module):solve_lu(interface)]] `(a, b, x)`
673673

674674
Expert (`Pure`) interface:
675675

676-
`x = ` [[stdlib_linalg(module):solve_lu(interface)]] `(a, b, x [, pivot, overwrite_a, err])`
676+
`call ` [[stdlib_linalg(module):solve_lu(interface)]] `(a, b, x [, pivot, overwrite_a, err])`
677677

678678
### Arguments
679679

0 commit comments

Comments
 (0)