Skip to content

Commit 6a1c397

Browse files
committed
typo
1 parent db90b37 commit 6a1c397

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
@@ -879,7 +879,7 @@ This interface is equivalent to the `pure` version of determinant [[stdlib_linal
879879

880880
### Syntax
881881

882-
`c = ` [[stdlib_linalg(module):operator(.det.)(interface)]] `(a)`
882+
`c = ` [[stdlib_linalg(module):operator(.det.)(interface)]] `a`
883883

884884
### Arguments
885885

@@ -914,7 +914,7 @@ This interface is equivalent to the function version of [[stdlib_linalg(module)
914914

915915
### Syntax
916916

917-
`b = ` [[stdlib_linalg(module):operator(.inv.)(interface)]] `(a)`
917+
`b = ` [[stdlib_linalg(module):operator(.inv.)(interface)]] `a`
918918

919919
### Arguments
920920

0 commit comments

Comments
 (0)